Skip to content

Commit e69ca0f

Browse files
committed
feat(changelog): update for 0.36.1
1 parent e8a81eb commit e69ca0f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ Unreleased
1616
1717
-->
1818

19+
## 0.36.1 - 2024-11-29
20+
21+
### Bugs fixes 🐛
22+
23+
* fix(log): limit pyad to 0.6.2 for correct log level by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/586>
24+
* fix(proxies): define environment variable for proxy use for git clone by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/584>
25+
26+
### Features and enhancements 🎉
27+
28+
* improve(plugins_sync): handle cases where a downloaded plugin is not a valid ZIP by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/577>
29+
* feat(plugin download): add application/x-zip-compressed for header Accept by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/587>
30+
* update(chore): move project under Github organization by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/589>
31+
1932
## 0.36.0 - 2024-10-08
2033

2134
### Bugs fixes 🐛

qgis_deployment_toolbelt/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__uri_tracker__ = f"{__uri_repository__}issues/"
3939
__uri__ = __uri_repository__
4040

41-
__version__ = "0.36.0"
41+
__version__ = "0.36.1"
4242
__version_info__ = tuple(
4343
[
4444
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)