Skip to content

Commit

Permalink
Release of 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 14, 2024
1 parent 7d8d24c commit d7fe843
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 @@ -177,12 +177,12 @@ jobs:
token: ${{ secrets.BOT_HUB_TOKEN }}

- name: Package and deploy the zip
# Without --github-token ${{ secrets.BOT_HUB_TOKEN }}
run: >-
qgis-plugin-ci
-v
release ${{ env.RELEASE_VERSION }}
--transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
--github-token ${{ secrets.BOT_HUB_TOKEN }}
--create-plugin-repo
- name: Repository Dispatch
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Unreleased

## 0.6.0 - 2024-08-14

* Support QGIS Expressions
* Port to QGIS 3
* Add Processing algorithm to generate many projects in batch

## 0.5 - 2016-09-08

Expand Down

0 comments on commit d7fe843

Please sign in to comment.