Skip to content

Commit

Permalink
release: bump version to 0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed May 29, 2024
1 parent d2a624f commit e456316
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ Unreleased
-->

## 0.34.3 - 2024-05-29

### Bugs fixes 🐛

* Fix: rules context crash on certain Windows configuration by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/507>

### Features and enhancements 🎉

* improve(user_groups): enforces user domain groups retrieval using user guid by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/508>

### Tooling 🔧

* CI: test export rules context in different supported environments by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/512>

## 0.34.2 - 2024-04-25

### 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.2"
__version__ = "0.34.3"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit e456316

Please sign in to comment.