Skip to content

Commit

Permalink
Prepared release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 13, 2019
1 parent f078ebc commit ff7984d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion millw
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff7984d

Please sign in to comment.