mirror of https://github.com/sbt/sbt.git
Add release notes for 1.0.0-RC14 and 1.0.0.
This commit is contained in:
parent
272aece8ba
commit
bee3a368c3
|
|
@ -0,0 +1 @@
|
|||
This release was almost as-is re-published as `1.0.0`. See the release notes for that version instead.
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
### Changes
|
||||
|
||||
* In the sbt plugin, clean the in-memory caches of coursier in the `clean` command (thanks to [@olivierdeckers], [#690])
|
||||
* Handle version intervals specifying only one version (like `[1.2.0]`, [#702])
|
||||
* In the CLI tool, take into account the `coursier.ivy.home` and `ivy.home` Java properties to locate the local Ivy2 repository ([#705], thanks to [@Mocuto])
|
||||
* Ensure support for artifacts with type `bundle` is fine with Maven snapshot versioning ([#706])
|
||||
* Fix `ExceptionInInitializerError` on FreeBSD ([#707], via [@soc]'s [directories])
|
||||
* Allow to build the CLI tool with [Pants] (thanks to [@wisechengyi], [#709])
|
||||
* In the sbt plugin, don't evaluate unnecessary tasks that incur IO ([#711])
|
||||
* Don't require adding a jboss repository in `plugins.sbt` or fail with a checksum error with some sbt plugins (sbt-assembly in particular, [#712])
|
||||
* Move some coursier data types to / from sbt data types conversions to a separate module, `sbt-shared` ([#712])
|
||||
|
||||
|
||||
[#690]: https://github.com/coursier/coursier/pull/690
|
||||
[#702]: https://github.com/coursier/coursier/pull/702
|
||||
[#705]: https://github.com/coursier/coursier/pull/705
|
||||
[#706]: https://github.com/coursier/coursier/pull/706
|
||||
[#707]: https://github.com/coursier/coursier/pull/707
|
||||
[#709]: https://github.com/coursier/coursier/pull/709
|
||||
[#711]: https://github.com/coursier/coursier/pull/711
|
||||
[#712]: https://github.com/coursier/coursier/pull/712
|
||||
|
||||
[@olivierdeckers]: https://github.com/olivierdeckers
|
||||
[@Mocuto]: https://github.com/Mocuto
|
||||
[@soc]: https://github.com/soc
|
||||
[@wisechengyi]: https://github.com/wisechengyi
|
||||
|
||||
[directories]: https://github.com/soc/directories
|
||||
[Pants]: https://www.pantsbuild.org
|
||||
|
||||
Loading…
Reference in New Issue