From 90c53c0959712a2254d88765dfdbe9de06ac543e Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Tue, 11 May 2021 14:04:23 +0100 Subject: Bump version and update changelog --- CHANGELOG.md | 6 ++++++ lib/slop.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab46f71..c84fc58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +v4.9.0 (2021-05-11) +------------------- + +Features: + * Add SymbolOption [#263](https://github.com/leejarvis/slop/pull/263) + v4.8.2 (2020-07-10) ------------------- diff --git a/lib/slop.rb b/lib/slop.rb index 3d7a95c..7c466a3 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -6,7 +6,7 @@ require 'slop/types' require 'slop/error' module Slop - VERSION = '4.8.2' + VERSION = '4.9.0' # Parse an array of options (defaults to ARGV). Accepts an # optional hash of configuration options and block. -- cgit v1.2.1