Skip to content

Commit

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

* Fix bug causing global options to be ignored when arguments are present (#86). (@orien)

=== 4.5.0 / 2020-01-21

* Drop support for Ruby < 2.3.
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.0'.freeze
VERSION = '4.5.1'.freeze
end

0 comments on commit 0abbac4

Please sign in to comment.