Skip to content

Commit 2ec8652

Browse files
committed
chore: release v0.2.0
Signed-off-by: James Couball <[email protected]>
1 parent 777871d commit 2ec8652

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v0.2.0 (2024-10-10)
2+
3+
[Full Changelog](https://github.com/main-branch/version_boss/compare/v0.1.0..v0.2.0)
4+
5+
Changes since v0.1.0:
6+
7+
* 777871d chore: update create_github_release dependency
8+
* 8225040 build: remove semver pr label check
9+
* 3853ff7 build: enforce conventional commit message formatting
10+
* 3c08516 Clarify gem description and installation instructions
11+
* 012f717 Add TargetRubyVersion in .rubocop.yml
12+
* 4065647 Use shared Rubocop config
13+
* 1dc115f Update copyright notice in this project
14+
* 4a3f092 Update links in gemspec
15+
* a4475f2 Add Slack badge for this project in README
16+
* 28234d4 Update “Build Status” link the README
17+
* e5b59d7 Standardize YARD and Markdown Lint configurations
18+
* aa5851a Set JRuby —debug option when running tests in GitHub Actions workflows
19+
* 3869e9c Integrate SimpleCov::RSpec into the project
20+
* 4fe44a8 Use latest version of create_github_release
21+
* a6ae0af Update continuous integration and experimental ruby builds
22+
* 44ea99f Enforce the use of semver tags on PRs
23+
* baabc32 Auto correct new rubocop offenses
24+
* 8f74384 Release v0.1.0
25+
126
## v0.1.0 (2024-05-07)
227

328
[Full Changelog](https://github.com/main-branch/version_boss/compare/26b5491..v0.1.0)

lib/version_boss/version.rb

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

33
module VersionBoss
44
# The current version of this gem
5-
VERSION = '0.1.0'
5+
VERSION = '0.2.0'
66
end

0 commit comments

Comments
 (0)