Skip to content

Commit ebf2fb6

Browse files
committed
release: bump version to 0.30.0-beta2
1 parent e41185b commit ebf2fb6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ Unreleased
1818

1919
<!-- Release notes generated using configuration in .github/release.yml at main -->
2020

21+
## 0.30.0-beta2 - 2023-12-29
22+
23+
### Features and enhancements 🎉
24+
25+
* Refacto: use requests to download files by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/367>
26+
* Refacto: remove dead code by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/368>
27+
* Feature: add file size to downloader log by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/369>
28+
* Feature: add log filepath on exit error by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/370>
29+
* feature: HTTP downloader refacto part 2 by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/372>
30+
31+
### Tooling 🔧
32+
33+
* tooling: add SonarCloud configuration file by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/378>
34+
35+
### Documentation 📖
36+
37+
* tooling: add SonarCloud badge by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/371>
38+
2139
## 0.30.0-beta1 - 2023-12-26
2240

2341
### Features and enhancements 🎉

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

0 commit comments

Comments
 (0)