Release v0.7.0.

This replaces the relase v0.6.1 which introduced breaking changes.
This commit is contained in:
Sébastien Crozet 2016-04-17 13:41:01 +02:00
parent eee1eb5c5f
commit 353d36639d
2 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,15 @@ documented here.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.7.0]
### Added
* Added implementation of assignement operators (+=, -=, etc.) for
everything.
### Modified
* Points and vectors are now linked to each other with associated types
(on the PntAsVec trait).
## [0.6.0]
**Announcement:** a users forum has been created for `nalgebra`, `ncollide`, and `nphysics`. See
you [there](http://users.nphysics.org)!

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.6.1"
version = "0.7.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contributors.
description = "Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust."