Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Sep 6, 2024
1 parent 8fc9fc5 commit 5b9e818
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
postgres:
image: postgis/postgis:12-2.5
Expand Down
11 changes: 5 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
Changelog
=========

1.0.0-beta
----------

* Drop python 3.6 and Django 2.2
* Add python 3.11 and Django 4.2
1.0.0 (2024-09-04)
---------------------

**Breaking changes**

* Refactor PostGIS and Python (old named MapBox) backends usage. Use setting to set (default postgis)
* No DetailView anymore. As Tile can have many layers, declare VectorLayer on MVTView (one or many).

* Enhancements
**Enhancements**

* Add compatibility to use with psycopg v3
* Drop python 3.6 and Django 2.2, 3.2
* Add python 3.11, 3.12 and Django 4.2, 5.0, 5.1

* Features

Expand Down
2 changes: 1 addition & 1 deletion vectortiles/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta3
1.0.0

0 comments on commit 5b9e818

Please sign in to comment.