Bump cargo version

This commit is contained in:
Brendan Zabarauskas 2017-04-26 22:37:09 +10:00
parent bc26aa1d52
commit 536b5c5c36
2 changed files with 10 additions and 2 deletions

View file

@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
## [v0.14.0] - 2017-04-26
## Changed
- Constrained `VectorSpace`, `Rotation`, and `Angle` by `iter::Sum`
- Constrained `SquareMatrix` by `iter::Product`
## [v0.13.1] - 2017-04-22 ## [v0.13.1] - 2017-04-22
### Changed ### Changed
@ -244,7 +251,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/brendanzab/cgmath/compare/v0.13.1...HEAD [Unreleased]: https://github.com/brendanzab/cgmath/compare/v0.14.0...HEAD
[v0.13.1]: https://github.com/brendanzab/cgmath/compare/v0.13.1...v0.14.0
[v0.13.1]: https://github.com/brendanzab/cgmath/compare/v0.13.0...v0.13.1 [v0.13.1]: https://github.com/brendanzab/cgmath/compare/v0.13.0...v0.13.1
[v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.12.0...v0.13.0 [v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.11.0...v0.12.0 [v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.11.0...v0.12.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "cgmath" name = "cgmath"
version = "0.13.1" version = "0.14.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"] authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
license = "Apache-2.0" license = "Apache-2.0"
description = "A linear algebra and mathematics library for computer graphics." description = "A linear algebra and mathematics library for computer graphics."