Update changelog with 0.1.2

This commit is contained in:
R. Tyler Croy 2014-10-15 14:51:19 -07:00
parent df64caed33
commit 743ad4258b
1 changed files with 15 additions and 6 deletions

View File

@ -1,10 +1,19 @@
= Changelog
# Changelog
== Roadmap (0.1.1)
* [Issue #2](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/issues/2) - Executable JARs for Ruby GEMs.
## v0.1.2
== Version 0.1.0
* [#10](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/issues/10) - Shouldn't the plugin specify a dependency on base?
* [#11](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/pull/11) - Correct references to the `com.github.jruby-gradle` group
* [#12](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/issues/12) - jar plugin doesn't specify the jruby dependency
* [#15](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/pull/15) - Explicitly set the JRuby compile-time dependency
* Initial release
* [Issue #1](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/issues/1) - Extension to build JARs containing GEMs.
## v0.1.1
* [#2](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/issues/2) - Plugin should have a JRubyAppJar task for building runnable jars
* [#9](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/pull/9) - Fixed it so that 'java-base' instead of 'java' plugin is applied
## v0.1.0
* [#1](https://github.com/jruby-gradle/jruby-gradle-jar-plugin/issues/1) - Extension to build JARs containing GEMs.