Skip to content

Commit 396fe8f

Browse files
committed
Bump version to 0.24.0
1 parent 4e81bcb commit 396fe8f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

19+
## 0.24.0 - 2023-05-30
20+
21+
### Features and enhancements 🎉
22+
23+
* Upgrade: download new release binary only in frozen mode by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/266>
24+
25+
### Tooling 🔧
26+
27+
* Docs: deploy only on tags or main by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/265>
28+
* Add feature request issue form by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/272>
29+
* Packaging: publish QDT as Docker image in GHCR by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/274>
30+
31+
### Documentation 📖
32+
33+
* Add job to generate dependencies graph by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/267>
34+
* Complete user manual by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/268>
35+
1936
## 0.23.1 - 2023-05-07
2037

2138
### 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.23.1"
39+
__version__ = "0.24.0"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)