File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff 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 🎉
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.30.0-beta1 "
39+ __version__ = "0.30.0-beta2 "
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