From 4d7358cda4a4aae4fb7693634000fe3efa892e9f Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Wed, 6 Apr 2016 23:06:09 +1000 Subject: [PATCH] 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