Skip to content

Commit c464983

Browse files
author
R. Tyler Croy
committed
Prepare for the next releases, 2.1.0, which will go as soon as tests are cleaned up
1 parent fb40365 commit c464983

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## v2.0.3
3+
## v2.1.0
44

5-
* s
5+
* [#16](https://github.com/rtyler/jruby-gradle-plugin/pull/16) add the
6+
`JRubyExec` task type for executing Ruby code with the embedded JRuby
7+
dependency.
8+
* [#14](https://github.com/rtyler/jruby-gradle-plugin/pull/14) allow a user to
9+
set/choose the version of JRuby they wish to use with the plugin
610

711
## v2.0.2
812

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
group = 'com.lookout'
12-
version = '2.0.3'
12+
version = '2.1.0'
1313

1414
if (System.env.RELEASE != '1') {
1515
version = "${version}-SNAPSHOT"

0 commit comments

Comments
 (0)