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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
26
## v1.5.0 (2024-09-10)
9
27
10
28
[ 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 2
2
3
3
module CreateGithubRelease
4
4
# The version of this gem
5
- VERSION = '1.5 .0'
5
+ VERSION = '2.0 .0'
6
6
end
You can’t perform that action at this time.
0 commit comments