diff --git a/CHANGELOG.md b/CHANGELOG.md index 2278f096a..b2d35aa69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.33.1] (16 October 2024) + +### Added + +- Add implementations of `bytemuck` traits for isometries and similarities. +- Implement `AsRef<[T]>` for matrices with contiguous storage. +- Enable the `num-complex/bytemuck` feature when the `convert-bytemuck` feature is enabled. + ## [0.33.0] (23 June 2024) ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 1885e10db..7ff7b1bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.33.0" +version = "0.33.1" authors = ["Sébastien Crozet "] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."