Skip to content

Commit 3393450

Browse files
committed
Release v0.1.1
1 parent 1eb92de commit 3393450

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.1] (2022-01-16)
8+
9+
* Fix inline documentation for methods added to ActiveRecord::Migration
10+
711
## [0.1.0] (2022-01-14)
812

913
This is a first public release (nepalez)
@@ -24,6 +28,7 @@ Supported features:
2428
- composite types
2529
- domains types
2630

31+
[0.1.1]: https://github.com/nepalez/pg_trunk/releases/tag/v0.1.1
2732
[0.1.0]: https://github.com/nepalez/pg_trunk/releases/tag/v0.1.0
2833

2934
[Keep a Changelog]: http://keepachangelog.com/

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.0"
5+
VERSION = "0.1.1"
66
end

0 commit comments

Comments
 (0)