Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonalai committed Mar 25, 2021
1 parent 21cb7a4 commit 04d36c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
# When osgeo upload is wanted: --osgeo-username usrname --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# When Transifex is wanted: --transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
- name: Deploy plugin
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update --osgeo-username ${{ secrets.OSGEO_USERNAME }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* Multithreading support
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0-rc1...1.0.0">Full Changelog</a>

### 1.0.1-rc1 - 25/03/2021
### 1.0.1 - 25/03/2021

* Changed CSV separator to comma
* Improved UI
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0...1.0.1-rc1">Full Changelog</a>
* <a href="https://github.com/UnfoldedInc/qgis-plugin/compare/1.0.0...1.0.1">Full Changelog</a>

###

0 comments on commit 04d36c1

Please sign in to comment.