summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2017-05-22 20:28:25 +0100
committerLee Jarvis <leejarvis@fastmail.com>2017-05-22 20:28:34 +0100
commitf55cb305f8190f32a371183c9f489eebc2382a01 (patch)
tree9b6eb1ee25086f3b15820a94a19389d043f013a1
parent3230daec1218ca75c27f2049282a5b65e5b09ac5 (diff)
downloadslop-f55cb305f8190f32a371183c9f489eebc2382a01.tar.gz
Bump version to 4.5.0v4.5.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 914eafb..d324104 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
Changelog
=========
-unreleased
-----------
+v4.5.0 (2017-05-22)
+-------------------
Features:
* Added config option to avoid translating flags-with-dashes into
diff --git a/lib/slop.rb b/lib/slop.rb
index 01bc472..776fad3 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.4.3'
+ VERSION = '4.5.0'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.