Skip to content

Commit 161931e

Browse files
committed
release: bump version to 0.38.2
1 parent 17ad3d7 commit 161931e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

19+
## 0.38.2 - 2025-09-19
20+
21+
### Tooling 🔧
22+
23+
* update(ci): split release creation in two steps to comply with Immutable Releases by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/692>
24+
1925
## 0.38.1 - 2025-09-19
2026

27+
> Publishing built packages for this version failed because of incompatibility with [GitHub Immutable Releases](https://docs.github.com/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases). See [0.38.2](#0382---2025-09-19).
28+
2129
### Bugs fixes 🐛
2230

2331
* Fix default profile setter page title in doc by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/668>

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.1"
43+
__version__ = "0.38.2"
4444
__version_info__ = tuple(
4545
[
4646
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)