Skip to content

Commit

Permalink
Release 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamev committed Mar 1, 2022
1 parent 5184498 commit f23f6a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.9.9](https://github.com/reenhanced/gitreflow/tree/v0.9.9) (2022-03-01)

[Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.7...HEAD)

**Bug fixes:**

- Fixes issue with custom workflows failing to load due to a race condition
preventing GitReflow.logger from loading before the rest of the library in
Ruby 3.0+
- Cleans up tests and bump Ruby versions in GH workflows

## [v0.9.8](https://github.com/reenhanced/gitreflow/tree/v0.9.8) (2022-02-20)

[Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.7...HEAD)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git_reflow (0.9.8)
git_reflow (0.9.9)
bundler (>= 1.10.0)
codenamev_bitbucket_api (= 0.4.1)
colorize (>= 0.8.1)
Expand Down Expand Up @@ -95,14 +95,14 @@ GEM
concurrent-ruby (~> 1.0)
jwt (2.3.0)
method_source (1.0.0)
mini_portile2 (2.7.1)
mini_portile2 (2.8.0)
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.13.1)
mini_portile2 (~> 2.7.0)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth2 (1.4.9)
faraday (>= 0.17.3, < 3.0)
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.8"
VERSION = "0.9.9"
end

0 comments on commit f23f6a3

Please sign in to comment.