summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2016-08-15 10:17:51 +0100
committerLee Jarvis <leejarvis@fastmail.com>2016-08-15 10:17:51 +0100
commitf6552e8ada471452100f1ce13913fdcc8032a7e0 (patch)
treed88e2f5382fff35c0c4ba60a842423f6e98fa40a
parenteb62888ecf75b560a9ac9928794db8673d243c55 (diff)
downloadslop-f6552e8ada471452100f1ce13913fdcc8032a7e0.tar.gz
Bump version 4.4.0v4.4.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/slop.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2679124..c09f767 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
Changelog
=========
-unreleased
-----------
+v4.4.0 (2016-08-15)
+-------------------
Features
* Support parsing arguments prefixed with dashes. #192 (Andrew Clemons)
diff --git a/lib/slop.rb b/lib/slop.rb
index 54f69cf..9526097 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.3.0'
+ VERSION = '4.4.0'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.