Skip to content

Commit aa4721b

Browse files
committed
Release v0.3.0
Signed-off-by: James Couball <[email protected]>
1 parent 92ce55a commit aa4721b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.3.0 (2023-01-29)
9+
10+
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v0.2.1..v0.3.0)
11+
12+
Changes since v0.2.1:
13+
14+
* 92ce55a Report "no changes" in the release description (#30)
15+
* 1b3505b Assert that gh has been authenticated (#29)
16+
* c7bd12d Complete redesign of this gem (#28)
17+
* d75e1e9 Create release tag after committing release changes (#27)
18+
* 24bdd02 Release v0.2.1
19+
820
## v0.2.1 (2022-11-16)
921

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

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.1'
5+
VERSION = '0.3.0'
66
end

0 commit comments

Comments
 (0)