From d2929921d3998f67a1e2ebec292e3376a1b33330 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Wed, 6 Apr 2016 23:04:39 +1000 Subject: [PATCH 1/2] Un-implicit-glob rustc-serialize version number Fixes #308 --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" From 4d7358cda4a4aae4fb7693634000fe3efa892e9f Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Wed, 6 Apr 2016 23:06:09 +1000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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