Release v0.31.3

This commit is contained in:
Sébastien Crozet 2022-10-30 17:41:21 +01:00
parent 0d9adec0ab
commit 1eb5cc2851
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.31.2"
version = "0.31.3"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."