Skip to content

Commit 675db07

Browse files
committed
release: bump version to 0.41.0
1 parent 6040d99 commit 675db07

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

19+
## 0.41.0 - 2026-04-03
20+
21+
### Bugs fixes 🐛
22+
23+
* fix(docs): subcommands used the 'prog' attribute, hiding the right name by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/768>
24+
* improve(shortcuts): catch permission errors when creating shortcuts on Windows by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/782>
25+
* fix(job): value of option "profile_ref" was not correctly retrieved from Plugins Synchronizer job by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/785>
26+
* fix(docs): use clean version as fallback to fix latest release hyperlink and displayed version by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/786>
27+
28+
### Features and enhancements 🎉
29+
30+
* improve(ci): move GH Token permissions to job level by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/751>
31+
* improve(ci): move GH Token permissions to job level by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/752>
32+
* improve(docs:) cleaning up docstrings and admonitions by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/767>
33+
* feat(environment variable): add option for path compatibility in QGIS .ini files by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/774>
34+
* improve(profiles-sync): add files patterns to be ignored during profiles copy by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/778>
35+
* feat(logs): add --logs-filename and --logs-dir cli option by @jmkerloch in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/779>
36+
* feat(plugins): add `upgrade_mode` option to delete plugin folder before upgrade by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/783>
37+
38+
### Tooling 🔧
39+
40+
* update(tooling): exclude bots from auto release notes by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/743>
41+
* chore(deps): bump pillow minimal version to 12.1.1 by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/784>
42+
43+
### Documentation 📖
44+
45+
* update(docs): add Strasbourg Eurométropole as known user by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/746>
46+
* update(docs): welcome Clermont Auvergne Métropole among actual QDT users by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/775>
47+
* add(docs): how QDT does to merge QGIS ini files by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/777>
48+
* add(user): welcome Opale by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/780>
49+
1950
## 0.40.0 - 2025-10-21
2051

2152
### Bugs fixes 🐛

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@ where = ["."]
207207

208208
[tool.setuptools_scm]
209209
write_to = "qgis_deployment_toolbelt/_version.py"
210-
fallback_version = "0.41.0-dev"
210+
fallback_version = "0.42.0-dev"

0 commit comments

Comments
 (0)