From 920c10a2b7e11ec34a439f59345be53d9e0ca2e1 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Thu, 1 Jul 2021 17:25:27 +0200 Subject: [PATCH] Docs - Update changelog and release 1.0.0 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f84e89..8e9a7a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: packaging: needs: [flake8, unittests, migration] runs-on: ubuntu-latest - if: github.owner == '3liz' && contains(github.ref, 'refs/tags/') + if: github.repository_owner == '3liz' && contains(github.ref, 'refs/tags/') steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a8843..c6c2e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## Unreleased +## 1.0.0 - 2021-07-01 + +* Publication sur https://plugins.qgis.org * Ajout du schema à la configuration du projet * Correction de l'action couper un segment en ajoutant une transformation des coordonnées +* Mise à jour de la documentation ## 0.9.2 - 2021-05-11