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 eb475fb commit 92dc81fCopy full SHA for 92dc81f
History.md
@@ -1,3 +1,8 @@
1
+### 10.0.1 / 2024-11-15
2
+
3
+* Fix `Quoting` of RGeo objects #417 (JamesChevalier)
4
+* Fix loading issue in multi-db environments #418 (dorner)
5
6
### 10.0.0 / 2024-11-04
7
8
* ActiveRecord 7.2 support #405
lib/active_record/connection_adapters/postgis/version.rb
@@ -3,7 +3,7 @@
module ActiveRecord
module ConnectionAdapters
module PostGIS
- VERSION = "10.0.0"
+ VERSION = "10.0.1"
end
9
0 commit comments