Skip to content

Commit

Permalink
release: bump version to 0.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 6, 2025
1 parent 815d038 commit 6e14b03
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/594>
* fix(proxy): HTTP_PROXY env variable was not removed after os_env_proxy wrapper by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/596>
* Fix schemas by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/600>
* fix(docs): simplify JSON schema of job qgis-finder by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/601>
* Improve: automatically remove prefix from scenario env vars by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/605>

### Tooling 🔧

* Docs: update json schemas by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/559>
* update(ci): use macos-15 since macos-12 is deprecated by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/597>

### Documentation 📖

* add(docs): add script to download latest QDT version with PowerShell by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/595>

## 0.36.1 - 2024-11-29

### 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 @@ -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
Expand Down

0 comments on commit 6e14b03

Please sign in to comment.