Skip to content

Commit f6a68a1

Browse files
authored
Merge pull request #382 from brendanzab/version-bump
Version bump
2 parents bbbfd00 + 7184549 commit f6a68a1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "cgmath"
4-
version = "0.11.0"
4+
version = "0.12.0"
55
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
66
"Brian Heylin",
77
"Colin Sherratt",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

910
A linear algebra and mathematics library for computer graphics.
1011

0 commit comments

Comments
 (0)