Skip to content

Commit 4a400d3

Browse files
chore(main): release 0.2.3 (#9)
1 parent f9e299f commit 4a400d3

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.2.3"
33
}

.version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.2.3

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## [Unreleased]
22

3+
## [0.2.3](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.2...v0.2.3) (2025-02-15)
4+
5+
6+
### Features
7+
8+
* Add `outboxify` cli ([#8](https://github.com/rubyists/sequel-pgt_outbox/issues/8)) ([f9e299f](https://github.com/rubyists/sequel-pgt_outbox/commit/f9e299f1e86936879d1794dd44f2364ce6bc1ae5))
9+
310
## [0.2.2](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.1...v0.2.2) (2025-02-15)
411

512

lib/sequel/pgt_outbox/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rubyists
44
module PgtOutbox
55
# x-release-please-start-version
6-
VERSION = '0.2.2'
6+
VERSION = '0.2.3'
77
# x-release-please-end
88
end
99
end

oci/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
# x-release-please-start-version
6-
gem 'sequel-pgt_outbox', '= 0.2.2'
6+
gem 'sequel-pgt_outbox', '= 0.2.3'
77
# x-release-please-end

0 commit comments

Comments
 (0)