From 7bb1ee8ea2134e0658bf3839202c89da07139ac9 Mon Sep 17 00:00:00 2001 From: Andrew Oberstar Date: Mon, 1 Jun 2015 20:25:40 -0500 Subject: [PATCH] Release ntoes for 1.3.0 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c9d4e1e..59e07eb7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ If you're interested in a change, please submit an issue (or even better a pull ## Release Notes +### 1.3.0 + +* `grgit.open()` no longer requires the exact repo directory to be specified. (See [OpenOp](http://ajoberstar.org/grgit/docs/groovydoc/org/ajoberstar/grgit/operation/OpenOp.html)) +* An alternate SSH private key location can be specified with `org.ajoberstar.grgit.auth.ssh.private` (See [AuthConfig](http://ajoberstar.org/grgit/docs/groovydoc/org/ajoberstar/grgit/auth/AuthConfig.html)) + ### 1.2.0 * Added `grgit.show()` operation. (Thanks to [Odin Hole Standal](https://github.com/Odinodin))