Skip to content

Commit fbcb7ce

Browse files
authored
release: bump version to 0.39.0 (#703)
2 parents dd14bb0 + 722b016 commit fbcb7ce

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

19+
## 0.39.0 - 2025-09-25
20+
21+
### Bugs fixes 🐛
22+
23+
* Fix: RemoteProfilesHandlerBase.list_remote_branches for newer versions of dulwich.porcelain by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/701>
24+
25+
### Features and enhancements 🎉
26+
27+
* improve(shortcuts): support YAML compliant list of str for `additional_arguments` by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/695>
28+
* add(packaging): sign Windows binary in CI by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/698>
29+
30+
### Tooling 🔧
31+
32+
* update(ci): do not run certains jobs in forks by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/702>
33+
34+
### Documentation 📖
35+
36+
* add(project): code of conduct by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/697>
37+
* update(docs): add explicit license mention and organizations table by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/696>
38+
* Docs: add how to check signed binary on Windows by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/699>
39+
1940
## 0.38.2 - 2025-09-19
2041

2142
### Tooling 🔧

qgis_deployment_toolbelt/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
__uri_tracker__ = f"{__uri_repository__}issues/"
4141
__uri__ = __uri_repository__
4242

43-
__version__ = "0.38.2"
43+
__version__ = "0.39.0"
4444
__version_info__ = tuple(
4545
[
4646
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)