Skip to content

Commit

Permalink
Release v0.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Oct 30, 2022
1 parent 0d9adec commit 1eb5cc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ documented here.

This project adheres to [Semantic Versioning](https://semver.org/).


## [0.31.3] (30 Oct. 2022)

### Added
- Add `Matrix::try_cast` to attempt casting the inner scalar types when that cast may fail.

### Fixed
- Fixed the usage of `CheckBytes` with `rkyv`.

## [0.31.2] (09 Oct. 2022)

### Modified
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.31.2"
version = "0.31.3"
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 1eb5cc2

Please sign in to comment.