From 35c3f65ab9bf381866bc3dffc0123d7eee790f0a Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Fri, 10 Jul 2020 08:40:14 +0100 Subject: Bump version to 4.8.2 --- CHANGELOG.md | 7 +++++++ lib/slop.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ea94c..ab46f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +v4.8.2 (2020-07-10) +------------------- + +Bug fixes: + * Fix bug where separator position was messed up if using `help: false` + [#253](https://github.com/leejarvis/slop/issues/253) + v4.8.1 (2020-03-31) ------------------- diff --git a/lib/slop.rb b/lib/slop.rb index 51a1a8e..3d7a95c 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -6,7 +6,7 @@ require 'slop/types' require 'slop/error' module Slop - VERSION = '4.8.1' + VERSION = '4.8.2' # Parse an array of options (defaults to ARGV). Accepts an # optional hash of configuration options and block. -- cgit v1.2.1