Skip to content

Commit 01af705

Browse files
committed
Release v0.1.3 (support for rules)
1 parent 9034354 commit 01af705

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ The noteworthy changes for each PGTrunk version are included here.
44
The format is based on [Keep a Changelog] and this project adheres to [Semantic Versioning].
55
For a complete changelog, see the [commits] for each version via the version links.
66

7+
## [0.1.3] (2022-01-20)
8+
9+
* Add support for rules (nepalez)
10+
* Fix CI/CD flow (olleolleolle)
11+
* Fix documentation (nepalez)
12+
713
## [0.1.2] (2022-01-17)
814

915
* Fix registry of custom types (nepalez)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ As of today we support creation, modification and dropping the following objects
7272
- enumerable types
7373
- composite types
7474
- domains types
75+
- rules
7576

7677
For `tables` and `indexes` we reuse the ActiveRecord's native methods.
7778
For `check constraints` and `foreign keys` we support both the native definitions inside the table

lib/pg_trunk/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module PGTrunk
44
# @private
5-
VERSION = "0.1.2"
5+
VERSION = "0.1.3"
66
end

0 commit comments

Comments
 (0)