Skip to content

Commit

Permalink
feat(changelog): update for 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch committed Oct 8, 2024
1 parent f22f37f commit 72dcac8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Unreleased
-->

## 0.36.0 - 2024-10-08

### Bugs fixes 🐛

* 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>
* feat(pypac): add tldextract cache directory in pyinstaller by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/564>

### Features and enhancements 🎉

* feat(pac): add file for tests by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/562>
* feat(proxies): use pypac to use PAC file by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/560>

## 0.35.3 - 2024-09-06

### Bugs fixes 🐛
Expand Down
6 changes: 4 additions & 2 deletions qgis_deployment_toolbelt/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"__version__",
]

__author__ = "Julien Moura (Oslandia), Vincent Bré (Oslandia)"
__author__ = (
"Julien Moura (Oslandia), Vincent Bré (Oslandia), Jean-Marie Kerloch (Oslandia)"
)
__copyright__ = f"2021 - {date.today().year}, {__author__}"
__email__ = "qgis@oslandia.com"
__executable_name__ = "qgis-deployment-toolbelt"
Expand All @@ -36,7 +38,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

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

0 comments on commit 72dcac8

Please sign in to comment.