We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c76ce commit 8ce64d8Copy full SHA for 8ce64d8
CHANGELOG.md
@@ -4,9 +4,13 @@ The noteworthy changes for each PGTrunk version are included here.
4
The format is based on [Keep a Changelog] and this project adheres to [Semantic Versioning].
5
For a complete changelog, see the [commits] for each version via the version links.
6
7
+## [0.1.2] (2022-01-17)
8
+
9
+* Fix registry of custom types (nepalez)
10
11
## [0.1.1] (2022-01-16)
12
-* Fix inline documentation for methods added to ActiveRecord::Migration
13
+* Fix inline documentation for methods added to ActiveRecord::Migration (nepalez)
14
15
## [0.1.0] (2022-01-14)
16
lib/pg_trunk/version.rb
@@ -2,5 +2,5 @@
2
3
module PGTrunk
# @private
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments