diff --git a/CHANGELOG.md b/CHANGELOG.md index 596349a3..efc1f064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.1 + +### Bugs fixed + +* Git::Patches#repo was always returning nil. + ## 0.3.0 ### New features @@ -12,5 +18,3 @@ * [#29](https://github.com/mmozuras/pronto/issues/29): Be compatible and depend on rugged '0.21.0'. * Performance improvement: use Rugged::Blame instead of one provided by Grit. * Performance improvement: cache comments retrieved from GitHub. - -### Bugs fixed diff --git a/lib/pronto/version.rb b/lib/pronto/version.rb index 459ca61f..089f3358 100644 --- a/lib/pronto/version.rb +++ b/lib/pronto/version.rb @@ -1,3 +1,3 @@ module Pronto - VERSION = '0.3.0' + VERSION = '0.3.1' end