You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,25 @@ Unreleased
16
16
17
17
-->
18
18
19
+
## 0.36.2 - 2025-01-06
20
+
21
+
### Bugs fixes 🐛
22
+
23
+
* fix(test): make sure dl_url is a string by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/594>
24
+
* 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>
25
+
* Fix schemas by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/600>
26
+
* fix(docs): simplify JSON schema of job qgis-finder by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/601>
27
+
* Improve: automatically remove prefix from scenario env vars by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/605>
28
+
29
+
### Tooling 🔧
30
+
31
+
* Docs: update json schemas by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/559>
32
+
* update(ci): use macos-15 since macos-12 is deprecated by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/597>
33
+
34
+
### Documentation 📖
35
+
36
+
* 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 commit comments