Skip to content

Commit da9a2cd

Browse files
committed
Prepare for v11 release
1 parent 32d58f3 commit da9a2cd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Diff for: History.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 11.0.0 / 2025-02-06
2+
3+
* ActiveREcord 8.0 support (teeparham) #421
4+
15
### 10.0.1 / 2024-11-15
26

37
* Fix `Quoting` of RGeo objects (JamesChevalier) #417

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ Gemfile:
5757
gem 'activerecord-postgis-adapter'
5858
```
5959

60+
#### Version 11.x supports ActiveRecord 8.0
61+
62+
```
63+
ActiveRecord 7.2
64+
Ruby 3.2.0+
65+
PostGIS 2.0+
66+
```
67+
6068
#### Version 10.x supports ActiveRecord 7.2
6169

6270
```

Diff for: lib/active_record/connection_adapters/postgis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ActiveRecord
44
module ConnectionAdapters
55
module PostGIS
6-
VERSION = "10.0.1"
6+
VERSION = "11.0.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)