From a1eb0699794c68fad0c85b70e08d45d32ab9c8b6 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 22 Feb 2018 11:26:52 +0100 Subject: [PATCH] Add release notes for 1.0.2 --- notes/1.0.2.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 notes/1.0.2.markdown diff --git a/notes/1.0.2.markdown b/notes/1.0.2.markdown new file mode 100644 index 000000000..a7787fed9 --- /dev/null +++ b/notes/1.0.2.markdown @@ -0,0 +1,12 @@ +### Changes + +* Reference less things directly under the `sbt._` namespace from the sbt plugins, to ease the use of coursier from sbt itself ([#766], [#771], thanks to [@leonardehrenfried]) +* Switch the cli to scala 2.12 and case-app 2.0.x ([#748]) + + +[#748]: https://github.com/coursier/coursier/pull/748 +[#766]: https://github.com/coursier/coursier/pull/766 +[#771]: https://github.com/coursier/coursier/pull/771 + +[@leonardehrenfried]: https://github.com/leonardehrenfried +