Skip to content

Commit

Permalink
Release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamev committed Feb 20, 2022
1 parent fbaee2b commit ca7cf9b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/git_reflow/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GitReflow
VERSION = "0.9.6"
VERSION = "0.9.7"
end

0 comments on commit ca7cf9b

Please sign in to comment.