Skip to content

Commit 1e0aece

Browse files
committed
Prepare 18.4.0
1 parent 701c59c commit 1e0aece

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## [18.4.0] - 2018-03-06
88

99
### Added
1010

@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1313

1414
### Changed
1515

16-
- Allow for arbitrarily rotated auton starting position.
16+
- Allow for arbitrarily rotated autonomous starting position. Use `gyro.setAngleAdjustment(double)` when robot has a rotated starting position.
1717
- Turn off logging if gyro not connected.
1818
- Log warning for TalonSRX encoder phase reversal.
1919

@@ -152,4 +152,6 @@ This version upgrades the library to be compatible with the 2018 Phoenix TalonSR
152152

153153
[18.3.1]: https://github.com/strykeforce/thirdcoast/compare/v18.3.0...v18.3.1
154154

155+
[18.4.0]: https://github.com/strykeforce/thirdcoast/compare/v18.3.1...v18.4.0
156+
155157
[unreleased]: https://github.com/strykeforce/thirdcoast/compare/v18.3.1...develop

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
22
id "java"
33
id "idea"
4-
id "net.ltgt.apt-idea" version "0.14"
5-
id "jaci.openrio.gradle.GradleRIO" version "2018.01.22" apply false
4+
id "net.ltgt.apt-idea" version "0.15"
5+
id "jaci.openrio.gradle.GradleRIO" version "2018.03.06" apply false
66
id "net.ltgt.errorprone" version "0.0.13"
7-
id "com.diffplug.gradle.spotless" version "3.9.0"
7+
id "com.diffplug.gradle.spotless" version "3.10.0"
88
}
99

1010
description = 'Third Coast Framework'
@@ -26,7 +26,7 @@ ext {
2626
autoFactory : 'com.google.auto.factory:auto-factory:1.0-beta5',
2727
]
2828
specificationTitle = 'Third Coast Library'
29-
specificationVersion = '18.3.1'
29+
specificationVersion = '18.4.0'
3030
}
3131

3232
subprojects {

0 commit comments

Comments
 (0)