File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,21 @@ Unreleased
16
16
17
17
-->
18
18
19
+ ## 0.37.1 - 2025-04-29
20
+
21
+ ### Bugs fixes 🐛
22
+
23
+ * fix: correctly handle UNC paths by @Guts in < https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/657 >
24
+
25
+ ### Tooling 🔧
26
+
27
+ * update(ci): set GH permission scope to improve security by @Guts in < https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/656 >
28
+
29
+ ### Documentation 📖
30
+
31
+ * README: fix typos by @sguimmara in < https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/653 >
32
+ * README: Add QDT logo by @sguimmara in < https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/654 >
33
+
19
34
## 0.37.0 - 2025-04-28
20
35
21
36
### Bugs fixes 🐛
Original file line number Diff line number Diff line change 38
38
__uri_tracker__ = f"{ __uri_repository__ } issues/"
39
39
__uri__ = __uri_repository__
40
40
41
- __version__ = "0.37.0 "
41
+ __version__ = "0.37.1 "
42
42
__version_info__ = tuple (
43
43
[
44
44
int (num ) if num .isdigit () else num
You can’t perform that action at this time.
0 commit comments