Skip to content

Commit

Permalink
Merge pull request #842 from GIScience/release_6.3.2
Browse files Browse the repository at this point in the history
Release 6.3.2
  • Loading branch information
takb authored Dec 14, 2020
2 parents 7efd15a + d7ad060 commit 9f27856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RELEASING:
-->

## [Unreleased]

## [6.3.2] - 2020-12-14
### Added
- Prototype of time-dependent routing with A*, which takes into account OSM conditional access restrictions and speed limits
- Japanese language support ([#811](https://github.com/GIScience/openrouteservice/pull/811), thanks to [higa4](https://github.com/higa4) for the translation)
Expand Down Expand Up @@ -364,7 +366,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.3.1...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.3.2...HEAD
[6.3.2]: https://github.com/GIScience/openrouteservice/compare/v6.3.1...v6.3.2
[6.3.1]: https://github.com/GIScience/openrouteservice/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/GIScience/openrouteservice/compare/v6.2.1...v6.3.0
[6.2.1]: https://github.com/GIScience/openrouteservice/compare/v6.2.0...v6.2.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.3.1</version>
<version>6.3.2</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down

0 comments on commit 9f27856

Please sign in to comment.