Skip to content

Commit 7ace29c

Browse files
committed
chore(main): release 0.2.2
1 parent 1f2dd37 commit 7ace29c

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.1"
2+
".": "0.2.2"
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.2](https://github.com/main-branch/version_boss/compare/v0.2.1...v0.2.2) (2025-04-17)
27+
28+
29+
### Bug Fixes
30+
31+
* Do not trigger build workflows after merging to main or for release PRs ([1f2dd37](https://github.com/main-branch/version_boss/commit/1f2dd370492349112d7415af09fb4dc6ec90314e))
32+
2633
## [0.2.1](https://github.com/main-branch/version_boss/compare/v0.2.0...v0.2.1) (2025-04-16)
2734

2835

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.1'
5+
VERSION = '0.2.2'
66
end

0 commit comments

Comments
 (0)