Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Nov 17, 2022
1 parent 14b04ec commit 24bdd02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.2.1 (2022-11-16)

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

* 14b04ec Normalize local release branch and local release tag assertions' (#25)
* 025fa29 Refactor LocalReleaseBranchDoesNotExist#assert (#24)
* 7880c89 Further reduce the complexity of Changelog@to_s (#21)
* 2aa335e Fix high cognitive complexity of Changelog#to_s (#20)
* 42c263a Add CodeClimate badges and test coverage reporting (#19)
* 904d6cb Release v0.2.0

## v0.2.0 (2022-11-15)

[Full Changelog](https://github.com/main-branch/create_github_release/compare/v0.1.0...v0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/create_github_release/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module CreateGithubRelease
# The version of this gem
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 24bdd02

Please sign in to comment.