Skip to content

Commit 8ce64d8

Browse files
committed
Release v0.1.2
1 parent 36c76ce commit 8ce64d8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ 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.2] (2022-01-17)
8+
9+
* Fix registry of custom types (nepalez)
10+
711
## [0.1.1] (2022-01-16)
812

9-
* Fix inline documentation for methods added to ActiveRecord::Migration
13+
* Fix inline documentation for methods added to ActiveRecord::Migration (nepalez)
1014

1115
## [0.1.0] (2022-01-14)
1216

lib/pg_trunk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

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

0 commit comments

Comments
 (0)