From 1f1db4ee8ba7e2b94714fac1757f291115346a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 2 Aug 2026 16:24:25 +0200 Subject: [PATCH] Release v0.10.1 --- CHANGELOG | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]