Skip to content

Commit

Permalink
release: bump version to 0.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 4, 2024
1 parent 77f06d1 commit 5c8372c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ Unreleased
-->

## 0.35.2 - 2024-09-03

### Bugs fixes 🐛

* fix(downloader): stream option was not propagated to get args by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/550>
* fix(downloader): `qdt_plugins_to_copy` was not created in force mode by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/551>

### Features and enhancements 🎉

* add(tooling): helper script to convert png to ico by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/548>
* improve(downloader): use a custom HTTP transport adapter instead of rough injection by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/549>
* improve(tests): add scenario to test against plugins downloader in monothread and forced by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/552>

## 0.35.1 - 2024-09-02

### Features and enhancements 🎉
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.35.1"
__version__ = "0.35.2"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 5c8372c

Please sign in to comment.