Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozuras committed Sep 11, 2014
1 parent 6e3c848 commit f43ae18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1

### Bugs fixed

* Git::Patches#repo was always returning nil.

## 0.3.0

### New features
Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/pronto/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pronto
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit f43ae18

Please sign in to comment.