GraphHopper 0.6.0 released

After two release candidates we’ve released 0.6.0

Use this in your pom.xml:

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper</artifactId>
    <version>0.6.0</version>
</dependency>

Or install GraphHopper easily via the zip file - see the community page on the website for more links. Let me know about broken links or other release problems before we announce this more officially in some hours. I’ve also extended the main Readme.md and changed the contributing guide lines now including a code of conduct.

Thanks to all translators and contributors!

2 Likes

Congratulations for another GraphHopper release!

Emux

1 Like

The map matching build still produces an error on one machine at travis, not sure why, here is my error report.

Congrats! :smile:

1 Like

The map matching build error is a maven assembly problem and fixed now via upgrading to 2.6 of this maven plugin. See all details: https://github.com/travis-ci/travis-ci/issues/5594