Skip to content

Commit

Permalink
Merge pull request #408 from brendanzab/version-bump
Browse files Browse the repository at this point in the history
Bump cargo version to v0.14.0
  • Loading branch information
brendanzab committed Apr 26, 2017
2 parents 1bd0cb2 + 536b5c5 commit bfd9fc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.14.0] - 2017-04-26

## Changed

- Constrained `VectorSpace`, `Rotation`, and `Angle` by `iter::Sum`
- Constrained `SquareMatrix` by `iter::Product`

## [v0.13.1] - 2017-04-22

### Changed
Expand Down Expand Up @@ -244,7 +251,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.0.1 - 2014-06-24

[Unreleased]: https://github.com/brendanzab/cgmath/compare/v0.13.1...HEAD
[Unreleased]: https://github.com/brendanzab/cgmath/compare/v0.14.0...HEAD
[v0.13.1]: https://github.com/brendanzab/cgmath/compare/v0.13.1...v0.14.0
[v0.13.1]: https://github.com/brendanzab/cgmath/compare/v0.13.0...v0.13.1
[v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.11.0...v0.12.0
Expand Down
14 changes: 2 additions & 12 deletions Cargo.toml
@@ -1,18 +1,8 @@
[package]

name = "cgmath"
version = "0.13.1"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",
"Dzmitry Malyshau",
"Erick Tryzelaar",
"Luqman Aden",
"Maik Klein",
"Mikko Perttunen",
"Pierre Krieger",
"Tomasz Stachowiak"
]
version = "0.14.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
license = "Apache-2.0"
description = "A linear algebra and mathematics library for computer graphics."

Expand Down

0 comments on commit bfd9fc1

Please sign in to comment.