Skip to content

Commit 81e2b4d

Browse files
jmkerlochGuts
authored andcommitted
release: bump version to 0.35.3
1 parent a9ad61d commit 81e2b4d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

19+
## 0.35.3 - 2024-09-06
20+
21+
### Bugs fixes 🐛
22+
23+
* fix(profile sync): force copy if sync_mode is overwirte by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/555>
24+
25+
### Features and enhancements 🎉
26+
27+
* Feature: support `search_paths` option in QGIS finder job by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/535>
28+
29+
### Documentation 📖
30+
31+
* update(docs): add how to use autogenerated release notes from GitHub by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/557>
32+
1933
## 0.35.2 - 2024-09-03
2034

2135
### Bugs fixes 🐛

qgis_deployment_toolbelt/__about__.py

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

39-
__version__ = "0.35.2"
39+
__version__ = "0.35.3"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)