Skip to content

Commit

Permalink
chore: release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaeu committed Dec 2, 2024
1 parent 6274614 commit 4fa589a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ RELEASING:
7. Adding the corresponding tag is done when releasing via GitHub.
-->
## [unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [9.0.0] - 2024-12-02
### Added
- take into account tunnel categories B, C, D, and E when restricting roads for the transport of dangerous goods via the `hazmat` flag in vehicle parameters ([#1879](https://github.com/GIScience/openrouteservice/pull/1879))
- Ukrainian translation ([#1883](https://github.com/GIScience/openrouteservice/pull/1883))
Expand Down Expand Up @@ -60,9 +74,7 @@ RELEASING:
- failing queries that combined departure/arrival parameters with avoid polygons ([#1871](https://github.com/GIScience/openrouteservice/pull/1871))
- matrix limit ignored for explicit 'all' value in sources or
destinations ([#1875](https://github.com/GIScience/openrouteservice/pull/1875))

### Security

- updated graphhopper dependency with fix for
CVE-2024-7254 ([#1918](https://github.com/GIScience/openrouteservice/pull/1918))

Expand Down Expand Up @@ -830,7 +842,9 @@ 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/v8.2.0...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v9.0.0...HEAD

[9.0.0]: https://github.com/GIScience/openrouteservice/compare/v8.2.0...v9.0.0
[8.2.0]: https://github.com/GIScience/openrouteservice/compare/v8.1.2...v8.2.0
[8.1.3]: https://github.com/GIScience/openrouteservice/compare/v8.1.2...v8.1.3
[8.1.2]: https://github.com/GIScience/openrouteservice/compare/v8.1.1...v8.1.2
Expand Down
2 changes: 1 addition & 1 deletion ors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ors-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ors-report-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ors-test-scenarios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>ors-test-scenarios</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<packaging>pom</packaging>
<name>openrouteservice</name>
<url>https://openrouteservice.org</url>
Expand Down

0 comments on commit 4fa589a

Please sign in to comment.