File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
lib/create_github_release Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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+ ## v1.3.3 (2024-01-08)
9+
10+ [ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v1.3.2..v1.3.3 )
11+
12+ Changes since v1.3.2:
13+
14+ * 69c7a3f Show release PR URL and other minor changes in the output. (#54 )
15+
816## v1.3.2 (2024-01-08)
917
1018[ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v1.3.1..v1.3.2 )
Original file line number Diff line number Diff line change 22
33module CreateGithubRelease
44 # The version of this gem
5- VERSION = '1.3.2 '
5+ VERSION = '1.3.3 '
66end
You can’t perform that action at this time.
0 commit comments