Skip to content

Commit bfd9fc1

Browse files
authored
Merge pull request #408 from brendanzab/version-bump
Bump cargo version to v0.14.0
2 parents 1bd0cb2 + 536b5c5 commit bfd9fc1

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [v0.14.0] - 2017-04-26
10+
11+
## Changed
12+
13+
- Constrained `VectorSpace`, `Rotation`, and `Angle` by `iter::Sum`
14+
- Constrained `SquareMatrix` by `iter::Product`
15+
916
## [v0.13.1] - 2017-04-22
1017

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

245252
## v0.0.1 - 2014-06-24
246253

247-
[Unreleased]: https://github.com/brendanzab/cgmath/compare/v0.13.1...HEAD
254+
[Unreleased]: https://github.com/brendanzab/cgmath/compare/v0.14.0...HEAD
255+
[v0.13.1]: https://github.com/brendanzab/cgmath/compare/v0.13.1...v0.14.0
248256
[v0.13.1]: https://github.com/brendanzab/cgmath/compare/v0.13.0...v0.13.1
249257
[v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.12.0...v0.13.0
250258
[v0.12.0]: https://github.com/brendanzab/cgmath/compare/v0.11.0...v0.12.0

Cargo.toml

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
[package]
22

33
name = "cgmath"
4-
version = "0.13.1"
5-
authors = ["Brendan Zabarauskas <[email protected]>",
6-
"Brian Heylin",
7-
"Colin Sherratt",
8-
"Dzmitry Malyshau",
9-
"Erick Tryzelaar",
10-
"Luqman Aden",
11-
"Maik Klein",
12-
"Mikko Perttunen",
13-
"Pierre Krieger",
14-
"Tomasz Stachowiak"
15-
]
4+
version = "0.14.0"
5+
authors = ["Brendan Zabarauskas <[email protected]>"]
166
license = "Apache-2.0"
177
description = "A linear algebra and mathematics library for computer graphics."
188

0 commit comments

Comments
 (0)