We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b3250 commit dbfd1c3Copy full SHA for dbfd1c3
CHANGELOG.md
@@ -16,6 +16,16 @@ Unreleased
16
17
-->
18
19
+## 0.34.5 - 2024-06-06
20
+
21
+### Bugs fixes 🐛
22
23
+* fix(io): explicitly declare UTF-8 encoding in IO operations by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/520>
24
25
+### Documentation 📖
26
27
+* improve(docs): restore linkify (MyST parser extension) by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/516>
28
29
## 0.34.4 - 2024-05-30
30
31
### Bugs fixes 🐛
qgis_deployment_toolbelt/__about__.py
@@ -36,7 +36,7 @@
36
__uri_tracker__ = f"{__uri_repository__}issues/"
37
__uri__ = __uri_repository__
38
39
-__version__ = "0.34.4"
+__version__ = "0.34.5"
40
__version_info__ = tuple(
41
[
42
int(num) if num.isdigit() else num
0 commit comments