Skip to content

Commit dfdfba3

Browse files
committed
Release v0.9.0
1 parent b839939 commit dfdfba3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## Release v0.9.0 (22 June 2023)
22
- The `cuda` feature has been removed, as the toolchain it depends on is long abandoned.
33
- The `packed_simd` feature has been removes as it has been incompatible with the `nightly` compiler for several months.
44
Consider using the `portable_simd` feature instead.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simba"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["sebcrozet <[email protected]>"]
55
description = "SIMD algebra for Rust"
66
keywords = ["algebra", "simd", "math"]

0 commit comments

Comments
 (0)