diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bea967..5e470f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## V0.1.2 +Cleaner UI by using Open3. Gitgud calls are now limited to 20 retries. + ## V0.1.1 Support args with spaces and avoid shell escape problems - [@lugray](https://github.com/lugray) diff --git a/gitgud.gemspec b/gitgud.gemspec index 63e5cb9..ec92dec 100644 --- a/gitgud.gemspec +++ b/gitgud.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'gitgud' - s.version = '0.1.1' + s.version = '0.1.2' s.date = '2020-02-27' s.summary = 'When things go wrong, you need to gitgud' s.description = 'Retry git push until it succeeds'