Release v0.23.2

This commit is contained in:
Crozet Sébastien 2020-12-01 16:24:50 +01:00
parent 9f45a1b2f9
commit dda1ae75e6
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ documented here.
This project adheres to [Semantic Versioning](https://semver.org/).
## [0.23.2]
In this release, we improved the documentation of some of the geometric types
by applying changes similar to what we did in the version 0.23.1 for matrices.
## [0.23.1]
In this release we improved the documentation of the matrix and vector types by:
- Grouping `impl` bocks logically, adding a title comment to these impl blocks.

View File

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