From ff7984dd230c1162fc4a7305d7741d83a01add0d Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Fri, 13 Sep 2019 14:57:24 +0200 Subject: [PATCH] Prepared release 0.1.0 --- README.adoc | 10 +++++++++- millw | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9a040d4..fb1344b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = mill-osgi - Build OSGi Bundles with mill :mill-min-version: 0.3.6 -:mill-osgi-version: 0.0.6 +:mill-osgi-version: 0.1.0 :toc: :toc-placement: preamble @@ -138,6 +138,14 @@ The following table shows a matrix of compatible mill and mill-osgi versions. == Changelog +=== mill-osgi 0.1.0 - 2019-09-13 + +* Version bump to bndlib-4.2.0 +* Fixed handling of empty compile result +* osgiBundle now produces a proper named jar (symbolic name and version) +* Some internal improvements +* Improved documentation + === mill-osgi 0.0.6 - 2019-02-15 * Version bump to mill-0.3.6 and use of new mill-api diff --git a/millw b/millw index 032962f..24814a3 100755 --- a/millw +++ b/millw @@ -11,7 +11,7 @@ # Licensed under the Apache License, Version 2.0 -DEFAULT_MILL_VERSION=0.4.2 +DEFAULT_MILL_VERSION=0.5.0 set -e