From 10d904d8ab8258dee430da6992081bc9c2d3c7fa Mon Sep 17 00:00:00 2001 From: William Morgan Date: Wed, 30 Sep 2009 14:53:22 -0400 Subject: [PATCH] bump to 1.15 --- History.txt | 4 ++++ lib/trollop.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 00ec485..3f7d143 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +== 1.15 / 2009-09-30 +* Don't raise an exception when out of short arguments (thanks to Rafael + Sevilla for pointing out how dumb this behavior was). + == 1.14 / 2009-06-19 * Make :multi arguments default to [], not nil, when not set on the commandline. * Minor commenting and error message improvements diff --git a/lib/trollop.rb b/lib/trollop.rb index 05fd380..2069efd 100644 --- a/lib/trollop.rb +++ b/lib/trollop.rb @@ -7,7 +7,7 @@ require 'date' module Trollop -VERSION = "1.14" +VERSION = "1.15" ## Thrown by Parser in the event of a commandline error. Not needed if ## you're using the Trollop::options entry. -- 2.1.4