Skip to content

Commit

Permalink
release: bump version to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 2, 2024
1 parent dad8681 commit 525b45f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ Unreleased
-->

## 0.35.0 - 2024-09-02

### Features and enhancements 🎉

* refacto(cleanup): fix some type hints and relative imports by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/540>
* feature(downloader): add option to control over stream mode by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/541>
* Enhancement: rename shortcut module and improve docstring/type hints consistency by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/543>
* feature(downloader): add option to disable SSL verification by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/544>

### Tooling 🔧

* update(packaging): use Python 3.12 to build packages by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/542>

### Documentation 📖

* fix(docs): value must be quoted in PowerShell command to set env vars by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/536>

## 0.34.5 - 2024-06-06

### 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 @@ -36,7 +36,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

__version__ = "0.34.5"
__version__ = "0.35.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 525b45f

Please sign in to comment.