diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a903e6d..82b6e4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,25 @@ Unreleased --> +## 0.36.2 - 2025-01-06 + +### Bugs fixes 🐛 + +* fix(test): make sure dl_url is a string by @Guts in +* fix(proxy): HTTP_PROXY env variable was not removed after os_env_proxy wrapper by @jmkerloch in +* Fix schemas by @nicogodet in +* fix(docs): simplify JSON schema of job qgis-finder by @Guts in +* Improve: automatically remove prefix from scenario env vars by @Guts in + +### Tooling 🔧 + +* Docs: update json schemas by @Guts in +* update(ci): use macos-15 since macos-12 is deprecated by @Guts in + +### Documentation 📖 + +* add(docs): add script to download latest QDT version with PowerShell by @Guts in + ## 0.36.1 - 2024-11-29 ### Bugs fixes 🐛 diff --git a/qgis_deployment_toolbelt/__about__.py b/qgis_deployment_toolbelt/__about__.py index a6583534..1b8f2e12 100644 --- a/qgis_deployment_toolbelt/__about__.py +++ b/qgis_deployment_toolbelt/__about__.py @@ -38,7 +38,7 @@ __uri_tracker__ = f"{__uri_repository__}issues/" __uri__ = __uri_repository__ -__version__ = "0.36.1" +__version__ = "0.36.2" __version_info__ = tuple( [ int(num) if num.isdigit() else num