Skip to content

Commit

Permalink
Update changelogs and prepare for 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Feb 21, 2023
1 parent 1388c27 commit 52f679f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Changes
=======


0.13.3 (2023-02-21)
-------------------

- Try to improve rings rewinding since some existing issues weren't solved (#104) and since some new issues have arisen (#105).

- Fig a bug preventing to load target layers that don't have any attribute field.

0.13.2 (2023-02-17)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.13.2",
"version": "0.13.3",
"node": ">=18.0.0",
"dependencies": {
"@turf/turf": "^6.5.0",
Expand Down
6 changes: 6 additions & 0 deletions documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Historique des versions et des changements effectués

#### 0.13.3 (2023-02-21)

- Essayer d'améliorer le rembobinage des anneaux des polygones puisque certains problèmes existants n'ont pas été résolus (#104) et que de nouveaux problèmes sont apparus (#105).

- Corrige un bug empêchant de charger des couches cibles qui n'ont aucun champ d'attribut.

#### 0.13.2 (2023-02-17)

- Rembobine les anneaux des polygones avant d'afficher les couches dans la carte (pour éviter certains problèmes de rendu avec certaines géométries et d3.js).
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.13.2'
__version__ = '0.13.3'

0 comments on commit 52f679f

Please sign in to comment.