Skip to content

Commit

Permalink
Merge pull request #936 from GIScience/release-6.5.0
Browse files Browse the repository at this point in the history
Release 6.5.0
  • Loading branch information
takb authored May 17, 2021
2 parents 5adac66 + 3ed5619 commit 49fd6b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RELEASING:
-->

## [Unreleased]

## [6.5.0] - 2021-05-17
### Added
- Time-dependent core-based routing algorithms
- Option to disable edge-based routing in core for a single weighting ([#928](https://github.com/GIScience/openrouteservice/issues/928))
Expand All @@ -46,6 +48,7 @@ RELEASING:
- Make sure A* with beeline approximation is used as default fallback algorithm ([#926](https://github.com/GIScience/openrouteservice/issues/926))
- Prioritize graph build date over data date in routing request ([#925](https://github.com/GIScience/openrouteservice/issues/925))
- Correct package declaration of BoundingBoxFactoryTest ([#933](https://github.com/GIScience/openrouteservice/issues/933))
- Some corrections to Hungarian language support (thanks to [debyos](https://github.com/debyos))

## [6.4.3] - 2021-04-28
### Changed
Expand Down Expand Up @@ -434,7 +437,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
- Fix bug in RPHAST when location lies on a oneway road.
- Consider turn restrictions if optimized=false is passed.

[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.5.0...HEAD
[6.5.0]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...v6.5.0
[6.4.3]: https://github.com/GIScience/openrouteservice/compare/v6.4.2...v6.4.3
[6.4.2]: https://github.com/GIScience/openrouteservice/compare/v6.4.1...v6.4.2
[6.4.1]: https://github.com/GIScience/openrouteservice/compare/v6.4.0...v6.4.1
Expand Down
2 changes: 1 addition & 1 deletion openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>6.4.3</version>
<version>6.5.0</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down

0 comments on commit 49fd6b6

Please sign in to comment.