Skip to content

Commit

Permalink
Release of 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 19, 2024
1 parent a929f80 commit 32726db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
package ${{ env.VERSION }}
- name: Unzip
run: unzip dynamic_layers.${{ env.VERSION }}.zip -d tmp
run: unzip cadastre.${{ env.VERSION }}.zip -d tmp

- uses: actions/upload-artifact@v4
with:
name: dynamic_layers.${{ env.VERSION }}
name: cadastre.${{ env.VERSION }}
path: tmp

package-release:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 1.20.0 - 2024-08-19

* Correction de la recherche sur adresse avec des codes voies n'ayant pas l'identifiant MAJIC (`ccovoi`) @landryb
* Utilisation d'une URL temporaire pour les FANTOIR 2024 drive.opendata.craig.fr, @landryb
* Support du millésime 2024 dans le formulaire d'import, @MaelREBOUX et @EtienneRouvin
* Correction d'une faille de sécurité lors de l'extraction de l'archive TAR, pensez à vérifier votre version de Python

## 1.19.2 - 2024-07-02

* Correction du style par défaut pour être compatible avec Lizmap Web Client 3.7
Expand Down

0 comments on commit 32726db

Please sign in to comment.