Skip to content

Commit

Permalink
V0.1.1 Release
Browse files Browse the repository at this point in the history
- Support args with spaces and avoid shell escape problems (05e1d0e)
  • Loading branch information
jusleg committed Feb 27, 2020
1 parent 825fa1a commit ab932f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## V0.1.1
Support args with spaces and avoid shell escape problems - [@lugray](https://github.com/lugray)

## V0.1.0
First release. Everything is new
2 changes: 1 addition & 1 deletion gitgud.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'gitgud'
s.version = '0.1.0'
s.version = '0.1.1'
s.date = '2020-02-27'
s.summary = 'When things go wrong, you need to gitgud'
s.description = 'Retry git push until it succeeds'
Expand Down

1 comment on commit ab932f8

@xie
Copy link

@xie xie commented on ab932f8 Feb 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incredible work Justin

Please sign in to comment.