Skip to content

Commit 3acd166

Browse files
committed
chore: release v0.2.4
1 parent 4051ebb commit 3acd166

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.3"
2+
".": "0.2.4"
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.4](https://github.com/main-branch/version_boss/compare/v0.2.3...v0.2.4) (2026-04-24)
27+
28+
29+
### Other Changes
30+
31+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([4051ebb](https://github.com/main-branch/version_boss/commit/4051ebbecaf1b59f4dd5d15644158607623e2870))
32+
2633
## [0.2.3](https://github.com/main-branch/version_boss/compare/v0.2.2...v0.2.3) (2025-04-18)
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.3'
5+
VERSION = '0.2.4'
66
end

0 commit comments

Comments
 (0)