File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
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
+
9
16
## [ v0.13.1] - 2017-04-22
10
17
11
18
### Changed
@@ -244,7 +251,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
244
251
245
252
## v0.0.1 - 2014-06-24
246
253
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
248
256
[ v0.13.1 ] : https://github.com/brendanzab/cgmath/compare/v0.13.0...v0.13.1
249
257
[ v0.12.0 ] : https://github.com/brendanzab/cgmath/compare/v0.12.0...v0.13.0
250
258
[ v0.12.0 ] : https://github.com/brendanzab/cgmath/compare/v0.11.0...v0.12.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " cgmath"
4
- version = " 0.13.1 "
4
+ version = " 0.14.0 "
5
5
authors = [
" Brendan Zabarauskas <[email protected] >" ]
6
6
license = " Apache-2.0"
7
7
description = " A linear algebra and mathematics library for computer graphics."
You can’t perform that action at this time.
0 commit comments