v1.5.5
What's Changed
bloop-config
has long existed inside of the Bloop codebase, but in an effort to simplify and stabilize various parts of the Bloop system it was decided to break bloop-config
out of Bloop. This will allow the config to no longer be forced to version along with Bloop. In your usage of bloop-config
nothing should change. You simply bump the version to 1.5.5 and continue on as normal.
- chore: add in release and license by @ckipp01 in #1
- feat: add in MiMa check by @ckipp01 in #2
- docs: update readme and add contributing docs by @ckipp01 in #3
- fix: pom description is old by @ckipp01 in #4
- refactor: remove BaseConfigSuite as it's only used in Bloop by @ckipp01 in #7
- refactor: remove unused build variables by @ckipp01 in #8
- chore(deps): bump mill-ci-release by @ckipp01 in #9
New Contributors
Full Changelog: v1.5.4...v1.5.5