Skip to content

Commit

Permalink
Release v0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Oct 16, 2024
1 parent f249917 commit 6a1b839
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.33.0"
version = "0.33.1"
authors = ["Sébastien Crozet <[email protected]>"]

description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
Expand Down

0 comments on commit 6a1b839

Please sign in to comment.