Skip to content

Commit 9ebe093

Browse files
committed
Release v2.0.0
Signed-off-by: James Couball <[email protected]>
1 parent 639dc5c commit 9ebe093

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## 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)

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 = '1.5.0'
5+
VERSION = '2.0.0'
66
end

0 commit comments

Comments
 (0)