Skip to content

Commit 2f925e7

Browse files
committed
chore: release v1.8.2
1 parent eece0f9 commit 2f925e7

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ RELEASING:
4040
14. Create new release in GitHub with tag version and release title of `vX.X.X`
4141
-->
4242

43+
## [1.8.2] - 2024-05-20
44+
45+
### Fixed
46+
- use python 3.9-compatible type hint
47+
4348
## [1.8.1] - 2024-05-17
4449

4550
### Fixed
@@ -246,7 +251,8 @@ RELEASING:
246251
- first working version of ORS Tools, after replacing OSM Tools plugin
247252

248253

249-
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...HEAD
254+
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...HEAD
255+
[1.8.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...v1.8.2
250256
[1.8.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...v1.8.1
251257
[1.8.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...v1.8.0
252258
[1.7.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.0...v1.7.1

ORStools/metadata.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ name=ORS Tools
33
qgisMinimumVersion=3.4.8
44
description=openrouteservice routing, isochrones and matrix calculations for QGIS
55

6-
version=1.8.1
6+
version=1.8.2
77
author=HeiGIT gGmbH
88
email=support@openrouteservice.heigit.org
99

1010
about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations.
1111

12-
changelog=2024/05/17 v1.8.1
12+
changelog=2024/05/20 v1.8.2
13+
Fixed
14+
- use python 3.9-compatible type hint
15+
16+
2024/05/17 v1.8.1
1317
Fixed
1418
- remove structural pattern matching for compatibility with python<3.10
1519

0 commit comments

Comments
 (0)