Skip to content

Commit ee488f0

Browse files
chore(main): release 0.2.6 (#22)
1 parent 18b1824 commit ee488f0

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.5"
2+
".": "0.2.6"
33
}

.version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.5
1+
0.2.6

CHANGELOG.md

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

3+
## [0.2.6](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.5...v0.2.6) (2025-02-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Again with the transactional language, and force a release ([#21](https://github.com/rubyists/sequel-pgt_outbox/issues/21)) ([18b1824](https://github.com/rubyists/sequel-pgt_outbox/commit/18b1824c2592fbca2ca83928c521436c04696703))
9+
310
## [0.2.5](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.4...v0.2.5) (2025-02-16)
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.5'
6+
VERSION = '0.2.6'
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.5'
6+
gem 'sequel-pgt_outbox', '= 0.2.6'
77
# x-release-please-end

0 commit comments

Comments
 (0)