Skip to content

Commit dbfd1c3

Browse files
committed
release: bump version to 0.34.5
1 parent f1b3250 commit dbfd1c3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Unreleased
1616
1717
-->
1818

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+
1929
## 0.34.4 - 2024-05-30
2030

2131
### Bugs fixes 🐛

qgis_deployment_toolbelt/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__uri_tracker__ = f"{__uri_repository__}issues/"
3737
__uri__ = __uri_repository__
3838

39-
__version__ = "0.34.4"
39+
__version__ = "0.34.5"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)