File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ Unreleased
16
16
17
17
-->
18
18
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
+
19
27
## 0.5.0 - 2022-05-09
20
28
21
29
- Improve profiles synchronization logic by filtering on folders which are (or seem to be) QGIS profiles
Original file line number Diff line number Diff line change 36
36
__uri_tracker__ = "https://github.com/Guts/qgis-deployment-cli/issues/"
37
37
__uri__ = __uri_repository__
38
38
39
- __version__ = "0.5 .0"
39
+ __version__ = "0.6 .0"
40
40
__version_info__ = tuple (
41
41
[
42
42
int (num ) if num .isdigit () else num
You can’t perform that action at this time.
0 commit comments