sbt/notes/1.0.0-M7.markdown

14 lines
593 B
Markdown

### Changes
* Add a `--checksum` option to the CLI app, minor enhancements in its output
([#135])
* Various optimizations, run proguard via sbt-proguard ([#129])
* Drop info attributes more consistently, fixes an incompatibility of the
coursier SBT plugin with SBT scala-js 0.6.6 ([#132])
* Print version in the CLI app help messages ([#130])
[#135]: https://github.com/alexarchambault/coursier/pull/135
[#129]: https://github.com/alexarchambault/coursier/pull/129
[#132]: https://github.com/alexarchambault/coursier/pull/132
[#130]: https://github.com/alexarchambault/coursier/pull/130