File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ Unreleased
16
16
17
17
-->
18
18
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
+
19
33
## 0.35.2 - 2024-09-03
20
34
21
35
### Bugs fixes 🐛
Original file line number Diff line number Diff line change 36
36
__uri_tracker__ = f"{ __uri_repository__ } issues/"
37
37
__uri__ = __uri_repository__
38
38
39
- __version__ = "0.35.2 "
39
+ __version__ = "0.35.3 "
40
40
__version_info__ = tuple (
41
41
[
42
42
int (num ) if num .isdigit () else num
You can’t perform that action at this time.
0 commit comments