Skip to content

Commit

Permalink
Version 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilder committed Mar 12, 2020
1 parent 4b40d83 commit b8abd42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 4.5.2 / 2020-03-12

* Fix bug handling global options provided in option=value form (#47). (@orien)
* Fix ERB warnings under Ruby 2.7. (@esotericpig)
* Fix bug handling global options placed before command name (#32). (@orien)

=== 4.5.1 / 2020-03-08

* Fix bug causing global options to be ignored when arguments are present (#86). (@orien)
Expand Down
2 changes: 1 addition & 1 deletion lib/commander/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Commander
VERSION = '4.5.1'.freeze
VERSION = '4.5.2'.freeze
end

0 comments on commit b8abd42

Please sign in to comment.