File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff 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 🐛
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments