Skip to content

Commit

Permalink
History 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Mar 11, 2015
1 parent a01b397 commit 7705ec1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
== 2.1.2 / 2015-03-10
* loosen mime-types requirements (for better ruby 1.8.7 support)
* use io/console gem instead of curses (for better jruby support)
* fix parsing bug when chronic gem is not available
* allow default array to be empty if a type is specified
* better specified license and better spec coverage
== 2.1.1 / 2015-01-03
* Remove curses as a hard dependency. It is optional. This can leverage the gem if it is present.
* Fix ruby -w warnings
Expand Down
2 changes: 1 addition & 1 deletion lib/trollop.rb
Expand Up @@ -6,7 +6,7 @@
require 'date'

module Trollop
VERSION = "2.1.1"
VERSION = "2.1.2"

## Thrown by Parser in the event of a commandline error. Not needed if
## you're using the Trollop::options entry.
Expand Down

0 comments on commit 7705ec1

Please sign in to comment.