Bump version to 0.6.0

This commit is contained in:
Brendan Zabarauskas 2015-12-12 13:30:25 +11:00
parent 98b1ba7eda
commit ddf4694281
2 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
## [v0.6.0] - 2015-12-12
### Added ### Added
- This CHANGELOG for keeping track of notable changes. - This CHANGELOG for keeping track of notable changes.
- `Matrix4::{from_scale, from_nonuniform_scale}` for easily constructing - `Matrix4::{from_scale, from_nonuniform_scale}` for easily constructing
@ -72,7 +74,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-rs/compare/v0.5.0...HEAD [Unreleased]: https://github.com/bjz/cgmath-rs/compare/v0.6.0...HEAD
[v0.6.0]: https://github.com/bjz/cgmath-rs/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/bjz/cgmath-rs/compare/v0.4.0...v0.5.0 [v0.5.0]: https://github.com/bjz/cgmath-rs/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/bjz/cgmath-rs/compare/v0.3.1...v0.4.0 [v0.4.0]: https://github.com/bjz/cgmath-rs/compare/v0.3.1...v0.4.0
[v0.3.1]: https://github.com/bjz/cgmath-rs/compare/v0.3.0...v0.3.1 [v0.3.1]: https://github.com/bjz/cgmath-rs/compare/v0.3.0...v0.3.1

View file

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