File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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 🐛
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments