Skip to content

Commit

Permalink
Incremented version and added readme documentation for the utl.inTole…
Browse files Browse the repository at this point in the history
…rance method just merged.
  • Loading branch information
STHobbes committed May 5, 2023
1 parent 15d9f60 commit 023d42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ put it in your project, you also need to check for version updates.

## Release Notes

* version 0.9.5 - ??-???-2023 - API for manually edited control point rotation speed.
* version 0.9.6 - 04-May-2023 - Added `Utl.inTolerance(...)` method for testing whether a value
is within a specified tolerance of a target.
* version 0.9.5 - 07-Feb-2023 - API for manually edited control point rotation speed.
* version 0.9.4 - 18-Nov-2022 - Bug fixes, documentation, more unit testing.
* version 0.9.3 - 11-Feb-2022 - Prep for 2022 Rapid React:
* Made AngleD more roust and added AngleConstantD implementation.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

sourceCompatibility = '1.9'
targetCompatibility = '1.9'
version = '0.9.5'
version = '0.9.6'
group = 'org.a05annex'


Expand Down

0 comments on commit 023d42a

Please sign in to comment.