diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7b4326..96485d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ documented here. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.14.0] − WIP +### Added + * The `mint` feature that can be enabled in order to allow conversions from + and to types of the [mint](https://crates.io/crates/mint) crate. + + ## [0.13.0] diff --git a/Cargo.toml b/Cargo.toml index 17edf061..96e64d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.13.0" +version = "0.13.1" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."