Skip to content

Commit e432c4b

Browse files
chore(main): release 0.2.8 (#27)
1 parent abedbb2 commit e432c4b

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
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.7"
2+
".": "0.2.8"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.7
1+
0.2.8

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## [Unreleased]
22

3+
## [0.2.8](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.7...v0.2.8) (2025-04-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **trigger:** Adds REPLACE option to trigger creation, defaults to true ([#26](https://github.com/rubyists/sequel-pgt_outbox/issues/26)) ([abedbb2](https://github.com/rubyists/sequel-pgt_outbox/commit/abedbb2b8a2e7431903f678e583a17145dbff7bc))
9+
310
## [0.2.7](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.6...v0.2.7) (2025-02-16)
411

512

lib/sequel/pgt_outbox/version.rb

Lines changed: 1 addition & 1 deletion
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.7'
6+
VERSION = '0.2.8'
77
# x-release-please-end
88
end
99
end

oci/Gemfile

Lines changed: 1 addition & 1 deletion
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.7'
6+
gem 'sequel-pgt_outbox', '= 0.2.8'
77
# x-release-please-end

0 commit comments

Comments
 (0)