File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9+ ## [ v0.12.0] - 2016-09-14
10+
11+ ### Changed
12+
13+ - Use [ approx] ( https://github.com/brendanzab/approx/ ) for approximate equality
14+ comparisons
15+ - Remove ` #[repr(packed)] ` from all structs where it was specified
16+ - Update serde to 0.8
17+
918## [ v0.11.0] - 2016-08-17
1019
1120### Added
@@ -216,7 +225,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
216225
217226## v0.0.1 - 2014-06-24
218227
219- [ Unreleased ] : https://github.com/bjz/cgmath/compare/v0.11.0...HEAD
228+ [ Unreleased ] : https://github.com/bjz/cgmath/compare/v0.12.0...HEAD
229+ [ v0.12.0 ] : https://github.com/bjz/cgmath/compare/v0.11.0...v0.12.0
220230[ v0.11.0 ] : https://github.com/bjz/cgmath/compare/v0.10.0...v0.11.0
221231[ v0.10.0 ] : https://github.com/bjz/cgmath/compare/v0.9.1...v0.10.0
222232[ v0.9.1 ] : https://github.com/bjz/cgmath/compare/v0.9.0...v0.9.1
Original file line number Diff line number Diff line change 11[package ]
22
33name = " cgmath"
4- version = " 0.11 .0"
4+ version = " 0.12 .0"
55authors = [" Brendan Zabarauskas <bjzaba@yahoo.com.au>" ,
66 " Brian Heylin" ,
77 " Colin Sherratt" ,
Original file line number Diff line number Diff line change 55[ ![ Version] ( https://img.shields.io/crates/v/cgmath.svg )] ( https://crates.io/crates/cgmath )
66[ ![ License] ( https://img.shields.io/crates/l/cgmath.svg )] ( https://github.com/brendanzab/cgmath/blob/master/LICENSE )
77[ ![ Downloads] ( https://img.shields.io/crates/d/cgmath.svg )] ( https://crates.io/crates/cgmath )
8+ [ ![ Gitter] ( https://badges.gitter.im/brendanzab/cgmath.svg )] ( https://gitter.im/brendanzab/cgmath )
89
910A linear algebra and mathematics library for computer graphics.
1011
You can’t perform that action at this time.
0 commit comments