Skip to content

Commit 7064489

Browse files
committed
chore: release v0.2.0
Signed-off-by: James Couball <[email protected]>
1 parent 4a6ace7 commit 7064489

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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+
## v0.2.0 (2024-10-10)
9+
10+
[Full Changelog](https://github.com/main-branch/command_line_boss/compare/v0.1.0..v0.2.0)
11+
12+
Changes since v0.1.0:
13+
14+
* 4a6ace7 build: remove semver pr label check
15+
* 05918a3 build: enforce conventional commit message formatting
16+
* e5f91d1 Clarify purpose of the gem in the README
17+
* ca16af0 Fix TargetRubyVersion Comment
18+
* 30eef5d Use shared Rubocop config
19+
* bbe9fe2 Update links in gemspec
20+
* c167adc Add Slack badge for this project in README
21+
* c442a80 Update yardopts with new standard options
22+
* f9be39f Standardize YARD and Markdown Lint configurations
23+
* bc7b9ae Update CODEOWNERS file
24+
* 3879f0a Set JRuby —debug option when running tests in GitHub Actions workflows
25+
* af10f27 Integrate simplecov-rspec into the project
26+
* 22b1364 Update continuous integration and experimental ruby builds
27+
* 2e2fa87 Enforce the use of semver tags on PRs
28+
* 4464e2c Fix CHANGELOG.md
29+
830
## v0.1.0 (2024-07-03)
931

1032
[Full Changelog](https://github.com/main-branch/command_line_boss/compare/6cafbd0..v0.1.0)

lib/command_line_boss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
class CommandLineBoss
44
# Gem version
5-
VERSION = '0.1.0'
5+
VERSION = '0.2.0'
66
end

0 commit comments

Comments
 (0)