From 41af0db78bba76cc7faccbf6adb400e65274f3a3 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Sat, 26 Mar 2022 09:01:14 +0000 Subject: Bump version 4.9.2 --- CHANGELOG.md | 6 ++++++ lib/slop.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd1e96..727b0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +v4.9.2 (2022-03-26) +------------------- + +Bug fixes: + * Handle flag arguments that contain equals character [#275](https://github.com/leejarvis/slop/pull/275) (ConnorWGarvey) + v4.9.1 (2021-05-28) ------------------- diff --git a/lib/slop.rb b/lib/slop.rb index 35da9cd..e322ef8 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -6,7 +6,7 @@ require 'slop/types' require 'slop/error' module Slop - VERSION = '4.9.1' + VERSION = '4.9.2' # Parse an array of options (defaults to ARGV). Accepts an # optional hash of configuration options and block. -- cgit v1.2.1