From ddf4694281a99cc92cd80cc4f3124793421bf171 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sat, 12 Dec 2015 13:30:25 +1100 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 093be7e..0a8bac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.6.0] - 2015-12-12 + ### Added - This CHANGELOG for keeping track of notable changes. - `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 -[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.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 diff --git a/Cargo.toml b/Cargo.toml index 85c7538..46e91aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cgmath" -version = "0.5.0" +version = "0.6.0" authors = ["Brendan Zabarauskas ", "Brian Heylin", "Colin Sherratt",