Skip to content

Commit

Permalink
Bump version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 16, 2023
1 parent 8df05a7 commit 0227dea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ Unreleased

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

## 0.29.0 - 2023-11-16

### Bugs fixes 🐛

* Fix: local Git repository were not recognized anymore as valid git repository <https://github.com/Guts/qgis-deployment-cli/issues/344>
* Fix: surround profile name with quotes to prevent space by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/348> (<https://github.com/Guts/qgis-deployment-cli/issues/320>)

### Features and enhancements 🎉

* Git synchronization: global improvements by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/346>

### Tooling 🔧

* CI: fix packages-dir path for PyPi upload by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/339>
* Packaging: add operating system name to build report by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/340>
* CI: avoid uploading build reports by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/341>

### Documentation 📖

* Docs: how to manually deploy to PyPi by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/342>

## 0.28.0 - 2023-11-14

### Bugs fixes 🐛
Expand Down
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

__version__ = "0.28.0"
__version__ = "0.29.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 0227dea

Please sign in to comment.