Merge pull request #335 from bjz/version-bump

Update to v0.9.1
This commit is contained in:
Brendan Zabarauskas 2016-04-20 23:18:47 +10:00
commit 73b8a6b675
2 changed files with 9 additions and 2 deletions

View file

@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.9.1] - 2016-04-20
### Changed
- Fix angle assignment operators so that they actually mutate `self`.
## [v0.9.0] - 2016-04-19
### Changed
@ -165,7 +171,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## v0.0.1 - 2014-06-24
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.9.1...HEAD
[v0.9.0]: https://github.com/bjz/cgmath/compare/v0.9.0...v0.9.1
[v0.9.0]: https://github.com/bjz/cgmath/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/bjz/cgmath/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/bjz/cgmath/compare/v0.6.0...v0.7.0

View file

@ -1,7 +1,7 @@
[package]
name = "cgmath"
version = "0.9.0"
version = "0.9.1"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",