Skip to content

Commit 5b12d2e

Browse files
committed
Prepare 17.1.4 release
1 parent c1d75bb commit 5b12d2e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Calendar Versioning](http://calver.org/).
66

7-
## [Unreleased]
7+
## [17.1.4] - 2017-12-04
8+
9+
### Added
10+
11+
- Added Motion Magic data to grapher:
12+
- Motion Magic Acceleration
13+
- Motion Magic Trajectory Point Target Position
14+
- Motion Magic Trajectory Point Target Velocity
15+
- Motion Magic Cruise Velocity
816

917
### Changed
1018

@@ -54,4 +62,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5462
[17.1.1]: https://github.com/strykeforce/thirdcoast/compare/v17.1.0...v17.1.1
5563
[17.1.2]: https://github.com/strykeforce/thirdcoast/compare/v17.1.1...v17.1.2
5664
[17.1.3]: https://github.com/strykeforce/thirdcoast/compare/v17.1.2...v17.1.3
57-
[unreleased]: https://github.com/strykeforce/thirdcoast/compare/v17.1.3...develop
65+
[17.1.4]: https://github.com/strykeforce/thirdcoast/compare/v17.1.3...v17.1.4
66+
[unreleased]: https://github.com/strykeforce/thirdcoast/compare/v17.1.4...develop

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
toml4j : 'com.moandjiezana.toml:toml4j:0.7.2',
2727
]
2828
specificationTitle = 'Third Coast Library'
29-
specificationVersion = '17.1.3'
29+
specificationVersion = '17.1.4'
3030
}
3131

3232
subprojects {

0 commit comments

Comments
 (0)