Skip to content

Commit d38e209

Browse files
authored
release: bump version to 0.37.1 (#658)
2 parents de6d3e6 + 3ce420f commit d38e209

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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+
1934
## 0.37.0 - 2025-04-28
2035

2136
### Bugs fixes 🐛

qgis_deployment_toolbelt/__about__.py

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

41-
__version__ = "0.37.0"
41+
__version__ = "0.37.1"
4242
__version_info__ = tuple(
4343
[
4444
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)