Skip to content

Commit

Permalink
Release v0.3.0 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Jan 30, 2023
1 parent 92ce55a commit 7a76148
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.3.0 (2023-01-29)

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

Changes since v0.2.1:

* 92ce55a Report "no changes" in the release description (#30)
* 1b3505b Assert that gh has been authenticated (#29)
* c7bd12d Complete redesign of this gem (#28)
* d75e1e9 Create release tag after committing release changes (#27)
* 24bdd02 Release v0.2.1

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

[Full Changelog](https://github.com/main-branch/create_github_release/compare/v0.2.0...v0.2.1)
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.1'
VERSION = '0.3.0'
end

0 comments on commit 7a76148

Please sign in to comment.