Skip to content

Commit dd586a8

Browse files
committed
feat(changelog): update for 0.38.0
1 parent d48a1d5 commit dd586a8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

19+
## 0.38.0 - 2025-05-19
20+
21+
### Features and enhancements 🎉
22+
23+
* Allow usage of environment variables in rules path by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/608>
24+
* Store decoded branch name instead of bytes by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/664>
25+
* Packaging: switch to pyproject.toml by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/556>
26+
27+
### Bugs fixes 🐛
28+
29+
* improve(repository): fix some files leaking by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/665>
30+
1931
## 0.37.1 - 2025-04-29
2032

2133
### Bugs fixes 🐛

qgis_deployment_toolbelt/__about__.py

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

43-
__version__ = "0.37.1"
43+
__version__ = "0.38.0"
4444
__version_info__ = tuple(
4545
[
4646
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)