File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
lib/create_github_release Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ 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+ ## v2.0.0 (2024-09-18)
9+
10+ [ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v1.5.0..v2.0.0 )
11+
12+ Changes since v1.5.0:
13+
14+ * 639dc5c Use the command_line_boss gem for CLI parsing
15+ * 81b10ac Use shared Rubocop config
16+ * 7f2576a Update copyright notice in this project
17+ * 29c7b6e Update links in gemspec
18+ * 610f216 Add Slack badge for this project in README
19+ * 2fb5005 Use standard badges at the top of the README
20+ * 9386029 Update yardopts with new standard options
21+ * 35af127 Standardize YARD and Markdown Lint configurations
22+ * 5b0cc7b Set JRuby —debug option when running tests in GitHub Actions workflows
23+ * ec2a239 Update continuous integration and experimental ruby builds
24+ * f4d0e93 Depend on v1 of semver_pr_label_check
25+
826## v1.5.0 (2024-09-10)
927
1028[ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v1.4.0..v1.5.0 )
Original file line number Diff line number Diff line change 22
33module CreateGithubRelease
44 # The version of this gem
5- VERSION = '1.5 .0'
5+ VERSION = '2.0 .0'
66end
You can’t perform that action at this time.
0 commit comments