File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 11plugins {
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
1010description = ' Third Coast Framework'
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
3232subprojects {
You can’t perform that action at this time.
0 commit comments