summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--lib/slop.rb2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b67cf80..a325d2f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
-HEAD
-----
+2.2.0 (2011-11-02)
+------------------
+
+* Support `bup.options` style optspec parsing
+ * http://apenwarr.ca/log/?m=201111
* Allow `:as` to accept a `count` value (Conrad Irwin):
diff --git a/lib/slop.rb b/lib/slop.rb
index cbe21af..1af10af 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -2,7 +2,7 @@ class Slop
include Enumerable
# @return [String] The current version string
- VERSION = '2.1.0'
+ VERSION = '2.2.0'
# Slops standard Error class. All exception classes should
# inherit from this class