Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.0 #16

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.2.0 (2024-10-10)

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

Changes since v0.1.0:

* 4a6ace7 build: remove semver pr label check
* 05918a3 build: enforce conventional commit message formatting
* e5f91d1 Clarify purpose of the gem in the README
* ca16af0 Fix TargetRubyVersion Comment
* 30eef5d Use shared Rubocop config
* bbe9fe2 Update links in gemspec
* c167adc Add Slack badge for this project in README
* c442a80 Update yardopts with new standard options
* f9be39f Standardize YARD and Markdown Lint configurations
* bc7b9ae Update CODEOWNERS file
* 3879f0a Set JRuby —debug option when running tests in GitHub Actions workflows
* af10f27 Integrate simplecov-rspec into the project
* 22b1364 Update continuous integration and experimental ruby builds
* 2e2fa87 Enforce the use of semver tags on PRs
* 4464e2c Fix CHANGELOG.md

## v0.1.0 (2024-07-03)

[Full Changelog](https://github.com/main-branch/command_line_boss/compare/6cafbd0..v0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/command_line_boss/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

class CommandLineBoss
# Gem version
VERSION = '0.1.0'
VERSION = '0.2.0'
end