Skip to content

Commit

Permalink
Final 0.2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Apr 2, 2014
1 parent 9569205 commit 86f3d94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ If you're interested in a change, please submit an issue (or even better a pull

## Release Notes

### 0.2.1

* Added `close()` method to `Grgit` to release resources.
* Support system properties for hardcoded credentials.
* Fix for some JNA issues when using ssh-agent.

### 0.2.0

* Added a bunch of new operations. See the Groovydoc for details.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

group = 'org.ajoberstar'
version = '0.2.1-SNAPSHOT'
version = '0.2.1'

apply plugin: 'groovy'
apply plugin: 'ajoberstar'
Expand Down

0 comments on commit 86f3d94

Please sign in to comment.