Skip to content

Commit 536b5c5

Browse files
committed
Bump cargo version
1 parent bc26aa1 commit 536b5c5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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

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.13.1"
4+
version = "0.14.0"
55
authors = ["Brendan Zabarauskas <[email protected]>"]
66
license = "Apache-2.0"
77
description = "A linear algebra and mathematics library for computer graphics."

0 commit comments

Comments
 (0)