Release v0.12.0.

This commit is contained in:
Sébastien Crozet 2017-04-25 19:24:50 +02:00
parent df2aa68ac5
commit e2d67c77e4
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ documented here.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.12.0] - WIP
## [0.12.0]
The main change of this release is the update of the dependency serde to 1.0.
### Added
* `.trace()` that computes the trace of a matrix (i.e., the sum of its

View File

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