Skip to content

Commit

Permalink
Bump to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 8, 2023
1 parent 8f4142f commit 441355a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,41 @@ Unreleased
-->

<!-- Release notes generated using configuration in .github/release.yml at main -->

## 0.26.0 - 2023-11-08

### Bugs fixes 🐛

* Fix missing shortcut template in packaging by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/319>

### Features and enhancements 🎉

* Support custom HTTP proxy setting: QDT_PROXY_HTTP by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/293>
* Refacto: move shortcuts related code into specific subpkg by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/324>
* Quality: global project improvements and clean up by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/325>

### Tooling 🔧

* Improve setup: add extras and factorize requirements loading by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/302>
* Switch license from LGPL3 to Apache License 2 by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/314>
* Packaging: improve output name and PyInstaller options by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/321>
* Tooling: update VS Code config by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/323>

### Documentation 📖

* Mise à jour documentation by @sigeal in <https://github.com/Guts/qgis-deployment-cli/pull/315>

### Other Changes

* Update Pillow to fix CVE related to libwebp by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/313>

## New Contributors

* @sigeal made their first contribution in <https://github.com/Guts/qgis-deployment-cli/pull/315>

**Full Changelog**: <https://github.com/Guts/qgis-deployment-cli/compare/0.26.0...0.27.0>

## 0.26.0 - 2023-06-11

### Bugs fixes 🐛
Expand Down
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

__version__ = "0.26.0"
__version__ = "0.27.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 441355a

Please sign in to comment.