File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,25 @@ Unreleased
1818
1919<!-- Release notes generated using configuration in .github/release.yml at main -->
2020
21+ ## 0.30.0-beta1 - 2023-12-26
22+
23+ ### Features and enhancements 🎉
24+
25+ * Security: increase security scans and improve related documentation by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/352 >
26+ * Feature: download from http (part 1) by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/351 >
27+ * feature: add util to get ProxyHandler and cache some recurring functions by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/358 >
28+ * feature: add simple http client by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/360 >
29+ * improvement: use proxy handle in upgrade sub-command by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/362 >
30+ * log: on Linux, add distribution name and version by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/363 >
31+ * log: add details about how QDT working folder is determined by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/364 >
32+ * Change: move QDT subfolders to generic job by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/347 >
33+ * feature: use proxy handler in file downloader by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/359 >
34+
35+ ### Documentation 📖
36+
37+ * docs: improve development guide by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/357 >
38+ * docs: update qprofiles-manager with deprecated 'git' value by @Guts in < https://github.com/Guts/qgis-deployment-cli/pull/361 >
39+
2140## 0.29.0 - 2023-11-16
2241
2342### 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.29.0 "
39+ __version__ = "0.30.0-beta1 "
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