commit
73b8a6b675
2 changed files with 9 additions and 2 deletions
|
@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.9.1] - 2016-04-20
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Fix angle assignment operators so that they actually mutate `self`.
|
||||||
|
|
||||||
## [v0.9.0] - 2016-04-19
|
## [v0.9.0] - 2016-04-19
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -165,7 +171,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## v0.0.1 - 2014-06-24
|
## 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.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.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
|
[v0.7.0]: https://github.com/bjz/cgmath/compare/v0.6.0...v0.7.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
"Brian Heylin",
|
"Brian Heylin",
|
||||||
"Colin Sherratt",
|
"Colin Sherratt",
|
||||||
|
|
Loading…
Reference in a new issue