Skip to content

Commit 2568665

Browse files
committed
chore: release v0.2.3
1 parent d6a43fa commit 2568665

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.2"
2+
".": "0.2.3"
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.3](https://github.com/main-branch/version_boss/compare/v0.2.2...v0.2.3) (2025-04-18)
27+
28+
29+
### Other Changes
30+
31+
* Configure release-please to includes all changes in the CHANGELOG ([d6a43fa](https://github.com/main-branch/version_boss/commit/d6a43fa34a27fd532f9166b59740293a8775358c))
32+
2633
## [0.2.2](https://github.com/main-branch/version_boss/compare/v0.2.1...v0.2.2) (2025-04-17)
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.2'
5+
VERSION = '0.2.3'
66
end

0 commit comments

Comments
 (0)