From ca7cf9bf2a1a845843efa2673966aec997f97d3b Mon Sep 17 00:00:00 2001 From: Valentino Stoll Date: Sun, 20 Feb 2022 10:45:22 -0500 Subject: [PATCH] Release 0.9.7 --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 12 ++++++------ lib/git_reflow/version.rb | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c16ae..97718d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.9.7](https://github.com/reenhanced/gitreflow/tree/v0.9.7) (2022-02-20) + +[Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.6...HEAD) + +**Bug fixes:** + +- Correctly parse command line flag and switch values when no help docs are provided + ## [v0.9.6](https://github.com/reenhanced/gitreflow/tree/v0.9.6) (2021-11-05) [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.5...HEAD) diff --git a/Gemfile.lock b/Gemfile.lock index 0dd64e6..7e18a7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git_reflow (0.9.6) + git_reflow (0.9.7) bundler (>= 1.10.0) codenamev_bitbucket_api (= 0.4.1) colorize (>= 0.8.1) @@ -95,17 +95,17 @@ GEM concurrent-ruby (~> 1.0) jwt (2.3.0) method_source (1.0.0) - mini_portile2 (2.6.1) + mini_portile2 (2.7.1) minitest (5.14.4) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) nio4r (2.5.7) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nokogiri (1.13.1) + mini_portile2 (~> 2.7.0) racc (~> 1.4) - oauth2 (1.4.7) - faraday (>= 0.8, < 2.0) + oauth2 (1.4.9) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) diff --git a/lib/git_reflow/version.rb b/lib/git_reflow/version.rb index d2f8f84..8053996 100644 --- a/lib/git_reflow/version.rb +++ b/lib/git_reflow/version.rb @@ -1,3 +1,3 @@ module GitReflow - VERSION = "0.9.6" + VERSION = "0.9.7" end