Skip to content

Commit

Permalink
chore: release v8.2.0 (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
takb authored Oct 9, 2024
2 parents f2703f2 + 2bd1097 commit c04861b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,19 @@ RELEASING:
6. Add [unreleased] section with all subsections as above
7. Adding the corresponding tag is done when releasing via GitHub.
-->

## [unreleased]

## [8.2.0] - 2024-10-09

### Added
- added Vietnamese tranlations
- added Finnish tranlations
- added Vietnamese tranlations ([#1859](https://github.com/GIScience/openrouteservice/pull/1859))
- added Finnish tranlations ([#1862](https://github.com/GIScience/openrouteservice/pull/1862))
### Changed
- refactor: cleanup routing profile management ([#1850](https://github.com/GIScience/openrouteservice/pull/1850)
- improved documentation on the configuration of external storages ([#1811](https://github.com/GIScience/openrouteservice/pull/1811)))
- refactor: cleanup routing profile management ([#1850](https://github.com/GIScience/openrouteservice/pull/1850))
- improved documentation on the configuration of external storages ([#1811](https://github.com/GIScience/openrouteservice/pull/1811))
- refactor: remove unused access destination logic from hgv edge filter ([#1854](https://github.com/GIScience/openrouteservice/pull/1854))
### Deprecated
### Removed
### Fixed
- access to roads where transporting hazardous materials is forbidden ([#1853](https://github.com/GIScience/openrouteservice/pull/1853))
### Security

## [8.1.3] - 2024-09-13
### Changed
Expand Down Expand Up @@ -801,7 +799,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/v8.1.3...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v8.2.0...HEAD
[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
[8.1.1]: https://github.com/GIScience/openrouteservice/compare/v8.1.0...v8.1.1
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>8.1.3</version>
<version>8.2.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>8.1.3</version>
<version>8.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions ors-report-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.1.3</version>
<version>8.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>ors-report-aggregation</artifactId>
<version>8.1.3</version>
<version>8.2.0</version>
<packaging>pom</packaging>


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>8.1.3</version>
<version>8.2.0</version>
<packaging>pom</packaging>
<name>openrouteservice</name>
<url>https://openrouteservice.org</url>
Expand Down

0 comments on commit c04861b

Please sign in to comment.