Skip to content

Commit 84353dd

Browse files
committed
release: bump version to 0.30.0-beta1
1 parent 1d5c83a commit 84353dd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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 🐛

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.29.0"
39+
__version__ = "0.30.0-beta1"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)