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 04ae75a commit 754a1eaCopy full SHA for 754a1ea
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.5.0] - 2025-08-04
4
+
5
- Upgrade pg_query to 6.1 to add support for latest mac OS version
6
7
## [0.4.0] - 2025-03-21
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- activerecord-pg-format-db-structure (0.4.0)
+ activerecord-pg-format-db-structure (0.5.0)
pg_query (~> 6.1)
GEM
lib/activerecord-pg-format-db-structure/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActiveRecordPgFormatDbStructure
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
end
0 commit comments