Bump version and update changelog
This commit is contained in:
parent
4004fac155
commit
7184549222
2 changed files with 12 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.12.0] - 2016-09-14
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Use [approx](https://github.com/brendanzab/approx/) for approximate equality
|
||||||
|
comparisons
|
||||||
|
- Remove `#[repr(packed)]` from all structs where it was specified
|
||||||
|
- Update serde to 0.8
|
||||||
|
|
||||||
## [v0.11.0] - 2016-08-17
|
## [v0.11.0] - 2016-08-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -216,7 +225,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/compare/v0.11.0...HEAD
|
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.12.0...HEAD
|
||||||
|
[v0.12.0]: https://github.com/bjz/cgmath/compare/v0.11.0...v0.12.0
|
||||||
[v0.11.0]: https://github.com/bjz/cgmath/compare/v0.10.0...v0.11.0
|
[v0.11.0]: https://github.com/bjz/cgmath/compare/v0.10.0...v0.11.0
|
||||||
[v0.10.0]: https://github.com/bjz/cgmath/compare/v0.9.1...v0.10.0
|
[v0.10.0]: https://github.com/bjz/cgmath/compare/v0.9.1...v0.10.0
|
||||||
[v0.9.1]: https://github.com/bjz/cgmath/compare/v0.9.0...v0.9.1
|
[v0.9.1]: https://github.com/bjz/cgmath/compare/v0.9.0...v0.9.1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
"Brian Heylin",
|
"Brian Heylin",
|
||||||
"Colin Sherratt",
|
"Colin Sherratt",
|
||||||
|
|
Loading…
Reference in a new issue