Monologue v1.0.0-beta5
This release is compatible with WPILib 2024.2.1. (The previous release was compatible as well due to a lack of breaking changes, but WPILib 2024.2.1 includes several NetworkTables robustness fixes, so it is recommended to upgrade.)
@Log
annotations are now equivalent to @Log.NT
.
Use the following line in your build.gradle
:
implementation 'com.github.shueja:Monologue:v1.0.0-beta5'
What's Changed
- Run spotlessApply on every build by @Gold872 in #11
- Make Log an alias for Log.NT by @shueja in #12
- update to wpilib 2024.2.1 by @shueja in #15
Full Changelog: v1.0.0-beta4...v1.0.0-beta5