From bee3a368c307552bea8321001638faaeba6005c0 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 14 Dec 2017 22:55:58 +0000 Subject: [PATCH] Add release notes for 1.0.0-RC14 and 1.0.0. --- notes/1.0.0-RC14.markdown | 1 + notes/1.0.0.markdown | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 notes/1.0.0-RC14.markdown create mode 100644 notes/1.0.0.markdown diff --git a/notes/1.0.0-RC14.markdown b/notes/1.0.0-RC14.markdown new file mode 100644 index 000000000..7b79feb48 --- /dev/null +++ b/notes/1.0.0-RC14.markdown @@ -0,0 +1 @@ +This release was almost as-is re-published as `1.0.0`. See the release notes for that version instead. diff --git a/notes/1.0.0.markdown b/notes/1.0.0.markdown new file mode 100644 index 000000000..8b85b2809 --- /dev/null +++ b/notes/1.0.0.markdown @@ -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 +