diff --git a/CHANGELOG b/CHANGELOG index f1d726c..5b9396a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -## Unreleased +## Release v0.10.1 (02 August 2026) - Bump the minimum `wide` version to 1.6, and switch from the deprecated `blend`/`Cmp*` APIs to `select` and the inherent `simd_*` comparison methods. - The `WideF32xX`/`WideF64xX` math functions now go through `ComplexField`/`RealField` instead of the inherent `std` diff --git a/Cargo.toml b/Cargo.toml index b1f1278..8c195e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simba" -version = "0.10.0" +version = "0.10.1" authors = ["sebcrozet "] description = "SIMD algebra for Rust" keywords = ["algebra", "simd", "math"]