Skip to content

Commit c7cb366

Browse files
committed
chore(main): release 0.2.1
1 parent be256ae commit c7cb366

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Changes since v0.1.0:
2323
* baabc32 Auto correct new rubocop offenses
2424
* 8f74384 Release v0.1.0
2525

26+
## [0.2.1](https://github.com/main-branch/version_boss/compare/v0.2.0...v0.2.1) (2025-04-16)
27+
28+
29+
### Bug Fixes
30+
31+
* Automate commit-to-publish workflow ([be256ae](https://github.com/main-branch/version_boss/commit/be256ae4dfdf051fcaaf760113011859806a6ccb))
32+
2633
## v0.1.0 (2024-05-07)
2734

2835
[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.2.0'
5+
VERSION = '0.2.1'
66
end

0 commit comments

Comments
 (0)