Skip to content

Commit d99afd1

Browse files
committed
Release version 0.9.6
1 parent eaca7a9 commit d99afd1

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/reenhanced/gitreflow/tree/HEAD)
3+
## [v0.9.6](https://github.com/reenhanced/gitreflow/tree/v0.9.6) (2021-11-05)
44

5-
[Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.4...HEAD)
5+
[Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.5...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Use GitHub PR Templates? [\#251](https://github.com/reenhanced/gitreflow/issues/251)
10+
11+
**Merged pull requests:**
12+
13+
- Introduce configurable PR and merge commit templates [\#252](https://github.com/reenhanced/gitreflow/pull/252) ([codenamev](https://github.com/codenamev))
14+
15+
## [v0.9.5](https://github.com/reenhanced/gitreflow/tree/v0.9.5) (2021-03-25)
16+
17+
[Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.4...v0.9.5)
618

719
**Fixed bugs:**
820

921
- Deprecation warnings with Ruby 2.7.0 [\#239](https://github.com/reenhanced/gitreflow/issues/239)
1022

23+
**Merged pull requests:**
24+
25+
- Support for Ruby 3.0 [\#249](https://github.com/reenhanced/gitreflow/pull/249) ([codenamev](https://github.com/codenamev))
26+
1127
## [v0.9.4](https://github.com/reenhanced/gitreflow/tree/v0.9.4) (2020-11-10)
1228

1329
[Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.3...v0.9.4)

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
git_reflow (0.9.5)
4+
git_reflow (0.9.6)
55
bundler (>= 1.10.0)
66
codenamev_bitbucket_api (= 0.4.1)
77
colorize (>= 0.8.1)
@@ -68,7 +68,7 @@ GEM
6868
faraday-http-cache (2.2.0)
6969
faraday (>= 0.8)
7070
faraday-net_http (1.0.1)
71-
faraday_middleware (1.0.0)
71+
faraday_middleware (1.2.0)
7272
faraday (~> 1.0)
7373
fiber-local (1.0.0)
7474
github_api (0.19.0)
@@ -93,16 +93,16 @@ GEM
9393
httpclient (2.8.3)
9494
i18n (1.8.9)
9595
concurrent-ruby (~> 1.0)
96-
jwt (2.2.2)
96+
jwt (2.3.0)
9797
method_source (1.0.0)
98-
mini_portile2 (2.5.0)
98+
mini_portile2 (2.6.1)
9999
minitest (5.14.4)
100100
multi_json (1.15.0)
101101
multi_xml (0.6.0)
102102
multipart-post (2.1.1)
103103
nio4r (2.5.7)
104-
nokogiri (1.11.2)
105-
mini_portile2 (~> 2.5.0)
104+
nokogiri (1.12.5)
105+
mini_portile2 (~> 2.6.1)
106106
racc (~> 1.4)
107107
oauth2 (1.4.7)
108108
faraday (>= 0.8, < 2.0)
@@ -124,7 +124,7 @@ GEM
124124
coderay (~> 1.1)
125125
method_source (~> 1.0)
126126
public_suffix (4.0.6)
127-
racc (1.5.2)
127+
racc (1.6.0)
128128
rack (2.2.3)
129129
rainbow (3.0.0)
130130
rake (13.0.3)

lib/git_reflow/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GitReflow
2-
VERSION = "0.9.5"
2+
VERSION = "0.9.6"
33
end

0 commit comments

Comments
 (0)