File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ Unreleased
1616
1717-->
1818
19+ ## 0.34.3 - 2024-05-29
20+
21+ ### Bugs fixes 🐛
22+
23+ * Fix: rules context crash on certain Windows configuration by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/507 >
24+
25+ ### Features and enhancements 🎉
26+
27+ * improve(user_groups): enforces user domain groups retrieval using user guid by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/508 >
28+
29+ ### Tooling 🔧
30+
31+ * CI: test export rules context in different supported environments by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/512 >
32+
1933## 0.34.2 - 2024-04-25
2034
2135### Bugs fixes 🐛
Original file line number Diff line number Diff line change 3636__uri_tracker__ = f"{ __uri_repository__ } issues/"
3737__uri__ = __uri_repository__
3838
39- __version__ = "0.34.2 "
39+ __version__ = "0.34.3 "
4040__version_info__ = tuple (
4141 [
4242 int (num ) if num .isdigit () else num
You can’t perform that action at this time.
0 commit comments