Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version bump & CHANGELOG #1962

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,20 @@ RELEASING:
7. Adding the corresponding tag is done when releasing via GitHub.
-->
## [unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security


## [9.1.0] - 2025-01-29
### Added
- TopoJSON graph export ([#1926](https://github.com/GIScience/openrouteservice/pull/1926))

Expand All @@ -43,18 +56,11 @@ RELEASING:
- refactor routing profile management
- update vite (docs) 5.4.10 to 5.4.14 ([#1953](https://github.com/GIScience/openrouteservice/pull/1953))

### Deprecated

### Removed

### Fixed
- NPE in error handling ([#1925](https://github.com/GIScience/openrouteservice/pull/1925))
- Add missing 'build' in documentation for profile
properties ([#1947](https://github.com/GIScience/openrouteservice/issues//1947))
- Add missing 'build' in documentation for profile properties ([#1947](https://github.com/GIScience/openrouteservice/issues//1947))
- Allow vehicles on ferries without explicit access tags ([#1954](https://github.com/GIScience/openrouteservice/pull/1954))

### 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))
Expand Down Expand Up @@ -851,8 +857,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/v9.0.0...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v9.1.0...HEAD

[9.1.0]: https://github.com/GIScience/openrouteservice/compare/v9.0.0...v9.1.0
[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
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.1.0-SNAPSHOT</version>
<version>9.1.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.1.0-SNAPSHOT</version>
<version>9.1.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.1.0-SNAPSHOT</version>
<version>9.1.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.1.0-SNAPSHOT</version>
<version>9.1.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.1.0-SNAPSHOT</version>
<version>9.1.0</version>
<packaging>pom</packaging>
<name>openrouteservice</name>
<url>https://openrouteservice.org</url>
Expand Down
Loading