File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ The noteworthy changes for each PGTrunk version are included here.
4
4
The format is based on [ Keep a Changelog] and this project adheres to [ Semantic Versioning] .
5
5
For a complete changelog, see the [ commits] for each version via the version links.
6
6
7
+ ## [ 0.1.1] (2022-01-16)
8
+
9
+ * Fix inline documentation for methods added to ActiveRecord::Migration
10
+
7
11
## [ 0.1.0] (2022-01-14)
8
12
9
13
This is a first public release (nepalez)
@@ -24,6 +28,7 @@ Supported features:
24
28
- composite types
25
29
- domains types
26
30
31
+ [ 0.1.1 ] : https://github.com/nepalez/pg_trunk/releases/tag/v0.1.1
27
32
[ 0.1.0 ] : https://github.com/nepalez/pg_trunk/releases/tag/v0.1.0
28
33
29
34
[ Keep a Changelog ] : http://keepachangelog.com/
Original file line number Diff line number Diff line change 2
2
3
3
module PGTrunk
4
4
# @private
5
- VERSION = "0.1.0 "
5
+ VERSION = "0.1.1 "
6
6
end
You can’t perform that action at this time.
0 commit comments