You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,19 @@ Unreleased
16
16
17
17
-->
18
18
19
+
## 0.22.1 - 2023-03-11
20
+
21
+
### Bugs fixes 🐛
22
+
23
+
* Fix: env var obfuscated by lru cache by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/236>
24
+
* Fix missing return profile object in shortcut job by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/239>
25
+
* Fix and refactoring get_qgis_path which was failing because of bad type passed to ast.literal_eval by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/241>
26
+
27
+
### Features and enhancements 🎉
28
+
29
+
* Improvement: make remote scenario downloaded a separate func by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/238>
30
+
* Feature: check path now try to expand user vars by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/240>
0 commit comments