File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
lib/create_github_release Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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 )
Original file line number Diff line number Diff line change 22
33module CreateGithubRelease
44 # The version of this gem
5- VERSION = '0.2.0 '
5+ VERSION = '0.2.1 '
66end
You can’t perform that action at this time.
0 commit comments