Releases: diffplug/spotless-cli
Releases · diffplug/spotless-cli
spotless-cli v0.2.0
Fixed
- Adapted the build so that README.md does correctly include usage helps when updated during the release process
Added
- Commit, tag and push the choco source files to the chocolatey-bucket repository during the release process
- Added formatter
clean-that
- Added formatter
remove-unused-imports
Changed
- Bumping the bundled spotless-lib (3.1.1 -> 3.3.1)
spotless-cli v0.1.1
Changed
- Improvements to the chocolatey package distribution
- Bumping the bundled google-java-format (1.21.0 -> 1.27.0)
- Bumping the bundled palantir-java-format (2.61.0 -> 2.67.0)
spotless-cli v0.1.0
Fixed
- Support for transporting changelog to github releases
- Make sure release binaries are executable on unix systems
- Make sure to use same zips for chocolatey distribution that are used for the release
Added
- Initial version of the CLI
- Supported formatters (in alphabetical order):
- clang-format
- format-annotations
- google-java-format
- license-header
- palantir-java-format
- prettier