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 538b38b commit 9449489Copy full SHA for 9449489
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.3.0] - 2025-03-15
4
+
5
- Introduce StatementAppender for better spacing between statements
6
7
## [0.2.1] - 2025-02-15
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- activerecord-pg-format-db-structure (0.2.1)
+ activerecord-pg-format-db-structure (0.3.0)
pg_query (~> 6.0)
GEM
lib/activerecord-pg-format-db-structure/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActiveRecordPgFormatDbStructure
- VERSION = "0.2.1"
+ VERSION = "0.3.0"
end
0 commit comments