Skip to content

Commit 6b92f24

Browse files
committed
Bump to 0.6.0
1 parent 67fc7a1 commit 6b92f24

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Unreleased
1616
1717
-->
1818

19+
## 0.6.0 - 2022-05-10
20+
21+
- Profiles synchronization now handle the mixed case where some of downloaded profiles are already installed, and some are not.
22+
- Extend unit tests
23+
- Minor clean up
24+
25+
> See the [GitHub Release for a detailed changelog](https://github.com/Guts/qgis-deployment-cli/releases/tag/0.6.0).
26+
1927
## 0.5.0 - 2022-05-09
2028

2129
- Improve profiles synchronization logic by filtering on folders which are (or seem to be) QGIS profiles

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__ = "https://github.com/Guts/qgis-deployment-cli/issues/"
3737
__uri__ = __uri_repository__
3838

39-
__version__ = "0.5.0"
39+
__version__ = "0.6.0"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)