Merge pull request #382 from brendanzab/version-bump

Version bump
This commit is contained in:
Brendan Zabarauskas 2016-09-14 23:37:37 +10:00 committed by GitHub
commit f6a68a1607
3 changed files with 13 additions and 2 deletions

View file

@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [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
### Added
@ -216,7 +225,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 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.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

View file

@ -1,7 +1,7 @@
[package]
name = "cgmath"
version = "0.11.0"
version = "0.12.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",

View file

@ -5,6 +5,7 @@
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/brendanzab/cgmath/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath)
[![Gitter](https://badges.gitter.im/brendanzab/cgmath.svg)](https://gitter.im/brendanzab/cgmath)
A linear algebra and mathematics library for computer graphics.