Skip to content

Commit

Permalink
chore: release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Mar 30, 2023
1 parent 9bc8740 commit 5221045
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,21 @@ RELEASING:
5. Double check issue links are valid. Format: item ([#issue-nr](full-url))
6. Replace ORStools/metadata.txt changelog with latest release info
7. Update ORStools/metadata.txt with the new version number
8. Commit changes with `git commit -m 'Release vX.X.X'`
8. Commit changes with `git commit -m 'chore: release vX.X.X'`
9. Tag the commit `git tag -a vX.X.X -m "vX.X.X"`
10. Push release commit and tag 'git push && git push origin vX.X.X'
11. In repository root generate the plugin package: `zip -r ORStools-vX.X.X.zip ORStools -x "*__pycache__*"`
12. Upload the package to https://plugins.qgis.org/plugins/ORStools/ (Manage > Add Version)
13. Create new release in GitHub with tag version and release title of `vX.X.X`
-->
## [1.5.3] - 2023-03-30

### Fixed
- error on QGIS 3.30 with QgsWkbType used for QgsRubberBand ([#179](https://github.com/GIScience/orstools-qgis-plugin/pull/179))

## [1.5.2] - 2022-01-20

## Fixed
### Fixed
- error for layers with z/m values ([#166](https://github.com/GIScience/orstools-qgis-plugin/pull/166))

## [1.5.1] - 2022-01-11
Expand Down Expand Up @@ -185,7 +190,8 @@ RELEASING:
- first working version of ORS Tools, after replacing OSM Tools plugin


[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.2...HEAD
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.3...HEAD
[1.5.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.4.0...v1.5.0
Expand Down
6 changes: 3 additions & 3 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name=ORS Tools
qgisMinimumVersion=3.4.8
description=openrouteservice routing, isochrones and matrix calculations for QGIS

version=1.5.2
version=1.5.3
author=HeiGIT gGmbH
email=support@openrouteservice.heigit.org

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.

changelog=2022/01/20 v1.5.2
changelog=2023/03/30 v1.5.3
Fixed:
- error for layers with z/m values
- error on QGIS 3.30 with QgsWkbType used for QgsRubberBand

Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md
Wiki: https://github.com/GIScience/orstools-qgis-plugin/wiki
Expand Down

0 comments on commit 5221045

Please sign in to comment.