Skip to content

Commit

Permalink
Merge pull request #424 from rgeo/task/11.0.0-release
Browse files Browse the repository at this point in the history
Task: Prepare for v11 Release
  • Loading branch information
keithdoggett authored Feb 6, 2025
2 parents 32d58f3 + 9fff4c9 commit f780546
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 11.0.0 / 2025-02-06

* ActiveRecord 8.0 support (teeparham) #421

### 10.0.1 / 2024-11-15

* Fix `Quoting` of RGeo objects (JamesChevalier) #417
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ Gemfile:
gem 'activerecord-postgis-adapter'
```

#### Version 11.x supports ActiveRecord 8.0

```
ActiveRecord 7.2
Ruby 3.2.0+
PostGIS 2.0+
```

#### Version 10.x supports ActiveRecord 7.2

```
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/postgis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActiveRecord
module ConnectionAdapters
module PostGIS
VERSION = "10.0.1"
VERSION = "11.0.0"
end
end
end

0 comments on commit f780546

Please sign in to comment.