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 ddf4a4b commit ff571b2Copy full SHA for ff571b2
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.2.0] - 2025-02-15
4
+
5
- Remove preprocessors (no longer relevant now that we don't reuse the source string in the output)
6
7
## [0.1.5] - 2025-02-08
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- activerecord-pg-format-db-structure (0.1.5)
+ activerecord-pg-format-db-structure (0.2.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.1.5"
+ VERSION = "0.2.0"
end
0 commit comments