Skip to content

Commit

Permalink
Docs - Update changelog and release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jul 1, 2021
1 parent 676f873 commit 920c10a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 920c10a

Please sign in to comment.