diff --git a/CHANGELOG.md b/CHANGELOG.md index cce4b47..82ffe27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.7.0] - 2016-04-06 + ### Added - Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3` @@ -149,7 +151,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v0.0.1 - 2014-06-24 -[Unreleased]: https://github.com/bjz/cgmath/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/bjz/cgmath/compare/v0.8.0...HEAD +[v0.7.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.6.0]: https://github.com/bjz/cgmath/compare/v0.5.0...v0.6.0 [v0.5.0]: https://github.com/bjz/cgmath/compare/v0.4.0...v0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 474c4cd..787dae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,12 +29,10 @@ name = "cgmath" [features] unstable = [] -[dependencies.rustc-serialize] -rustc_serialize = "0.3" - [dependencies] num = "0.1" rand = "0.3" +rustc-serialize = "0.3" [dev-dependencies] glium = "0.13.5"