Skip to content

Commit

Permalink
Release v0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Dec 1, 2020
1 parent 9f45a1b commit dda1ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -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."
Expand Down

0 comments on commit dda1ae7

Please sign in to comment.