Skip to content

Commit de3fc63

Browse files
authored
feat(changelog): update for 0.36.0 (#568)
2 parents d001e43 + 0a36ea6 commit de3fc63

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

19+
## 0.36.0 - 2024-10-08
20+
21+
### Bugs fixes 🐛
22+
23+
* fix(scenario): qgis-installation-finder accept if_not_found value warning and not warn. by @florentfgrs in <https://github.com/Guts/qgis-deployment-cli/pull/566>
24+
* feat(pypac): add tldextract cache directory in pyinstaller by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/564>
25+
26+
### Features and enhancements 🎉
27+
28+
* feat(pac): add file for tests by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/562>
29+
* feat(proxies): use pypac to use PAC file by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/560>
30+
1931
## 0.35.3 - 2024-09-06
2032

2133
### Bugs fixes 🐛

qgis_deployment_toolbelt/__about__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"__version__",
1919
]
2020

21-
__author__ = "Julien Moura (Oslandia), Vincent Bré (Oslandia)"
21+
__author__ = (
22+
"Julien Moura (Oslandia), Vincent Bré (Oslandia), Jean-Marie Kerloch (Oslandia)"
23+
)
2224
__copyright__ = f"2021 - {date.today().year}, {__author__}"
2325
__email__ = "[email protected]"
2426
__executable_name__ = "qgis-deployment-toolbelt"
@@ -36,7 +38,7 @@
3638
__uri_tracker__ = f"{__uri_repository__}issues/"
3739
__uri__ = __uri_repository__
3840

39-
__version__ = "0.35.3"
41+
__version__ = "0.36.0"
4042
__version_info__ = tuple(
4143
[
4244
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)