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
16
16
17
17
-->
18
18
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
+
19
31
## 0.37.1 - 2025-04-29
20
32
21
33
### Bugs fixes 🐛
Original file line number Diff line number Diff line change 40
40
__uri_tracker__ = f"{ __uri_repository__ } issues/"
41
41
__uri__ = __uri_repository__
42
42
43
- __version__ = "0.37.1 "
43
+ __version__ = "0.38.0 "
44
44
__version_info__ = tuple (
45
45
[
46
46
int (num ) if num .isdigit () else num
You can’t perform that action at this time.
0 commit comments