Skip to content

Commit 24bdd02

Browse files
committed
Release v0.2.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 14b04ec commit 24bdd02

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.2.1 (2022-11-16)
9+
10+
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v0.2.0...v0.2.1)
11+
12+
* 14b04ec Normalize local release branch and local release tag assertions' (#25)
13+
* 025fa29 Refactor LocalReleaseBranchDoesNotExist#assert (#24)
14+
* 7880c89 Further reduce the complexity of Changelog@to_s (#21)
15+
* 2aa335e Fix high cognitive complexity of Changelog#to_s (#20)
16+
* 42c263a Add CodeClimate badges and test coverage reporting (#19)
17+
* 904d6cb Release v0.2.0
18+
819
## v0.2.0 (2022-11-15)
920

1021
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v0.1.0...v0.2.0)

lib/create_github_release/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module CreateGithubRelease
44
# The version of this gem
5-
VERSION = '0.2.0'
5+
VERSION = '0.2.1'
66
end

0 commit comments

Comments
 (0)