Skip to content

Commit 49fd6b6

Browse files
authored
Merge pull request #936 from GIScience/release-6.5.0
Release 6.5.0
2 parents 5adac66 + 3ed5619 commit 49fd6b6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ RELEASING:
3434
-->
3535

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

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

437-
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...HEAD
440+
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.5.0...HEAD
441+
[6.5.0]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...v6.5.0
438442
[6.4.3]: https://github.com/GIScience/openrouteservice/compare/v6.4.2...v6.4.3
439443
[6.4.2]: https://github.com/GIScience/openrouteservice/compare/v6.4.1...v6.4.2
440444
[6.4.1]: https://github.com/GIScience/openrouteservice/compare/v6.4.0...v6.4.1

openrouteservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<modelVersion>4.0.0</modelVersion>
3535
<groupId>org.heigit.ors</groupId>
3636
<artifactId>openrouteservice</artifactId>
37-
<version>6.4.3</version>
37+
<version>6.5.0</version>
3838
<packaging>war</packaging>
3939
<name>openrouteservice</name>
4040
<url>openrouteservice.org</url>

0 commit comments

Comments
 (0)