File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ RELEASING:
34
34
-->
35
35
36
36
## [ Unreleased]
37
+
38
+ ## [ 6.5.0] - 2021-05-17
37
39
### Added
38
40
- Time-dependent core-based routing algorithms
39
41
- 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:
46
48
- Make sure A* with beeline approximation is used as default fallback algorithm ([ #926 ] ( https://github.com/GIScience/openrouteservice/issues/926 ) )
47
49
- Prioritize graph build date over data date in routing request ([ #925 ] ( https://github.com/GIScience/openrouteservice/issues/925 ) )
48
50
- 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 ) )
49
52
50
53
## [ 6.4.3] - 2021-04-28
51
54
### Changed
@@ -434,7 +437,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
434
437
- Fix bug in RPHAST when location lies on a oneway road.
435
438
- Consider turn restrictions if optimized=false is passed.
436
439
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
438
442
[ 6.4.3 ] : https://github.com/GIScience/openrouteservice/compare/v6.4.2...v6.4.3
439
443
[ 6.4.2 ] : https://github.com/GIScience/openrouteservice/compare/v6.4.1...v6.4.2
440
444
[ 6.4.1 ] : https://github.com/GIScience/openrouteservice/compare/v6.4.0...v6.4.1
Original file line number Diff line number Diff line change 34
34
<modelVersion >4.0.0</modelVersion >
35
35
<groupId >org.heigit.ors</groupId >
36
36
<artifactId >openrouteservice</artifactId >
37
- <version >6.4.3 </version >
37
+ <version >6.5.0 </version >
38
38
<packaging >war</packaging >
39
39
<name >openrouteservice</name >
40
40
<url >openrouteservice.org</url >
You can’t perform that action at this time.
0 commit comments