Skip to content

Commit bea854d

Browse files
chore(main): release 0.2.1
1 parent 19094f6 commit bea854d

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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.0"
2+
".": "0.2.1"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.0...v0.2.1) (2025-02-15)
4+
5+
6+
### Features
7+
8+
* initial commit ([c7cbcb0](https://github.com/rubyists/sequel-pgt_outbox/commit/c7cbcb01c39d2415100d34af041526a5cecb5626))
9+
* Removes the pg_triggers extension to just leave pgt_outbox ([d354218](https://github.com/rubyists/sequel-pgt_outbox/commit/d35421806c8812876e1905afe86afc24a5d501ac))
10+
11+
12+
### Bug Fixes
13+
14+
* Get it back to feature parity with sequel_postgresql_triggers ([#2](https://github.com/rubyists/sequel-pgt_outbox/issues/2)) ([708a6e8](https://github.com/rubyists/sequel-pgt_outbox/commit/708a6e8a263694714a76d43dde49f8ccae2ca278))
15+
316
## [0.1.0] - 2025-02-14
417

518
- Initial release

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.0'
6+
VERSION = '0.2.1'
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.0'
6+
gem 'sequel-pgt_outbox', '= 0.2.1'
77
# x-release-please-end

0 commit comments

Comments
 (0)