Skip to content

Commit

Permalink
ci: prepare release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaeu committed Jan 27, 2025
1 parent d9c61f6 commit b722a3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ RELEASING:
7. Bump version in pom.xml
-->

## [Unreleased]
## [7.2.1] - 2025-01-27
### Fixed
- fixed setting SELinux type during update of SELinux RPM package
- Accidential execution of RPM postun ([#1619](https://github.com/GIScience/openrouteservice/pull/1619))
- Fast Isochrones negative memory allocation error ([#1615](https://github.com/GIScience/openrouteservice/pull/1615))

## [7.2.0] - 2023-11-16
### Added
Expand Down Expand Up @@ -701,7 +702,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/v7.2.0...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v7.2.1...HEAD
[7.2.1]: https://github.com/GIScience/openrouteservice/compare/v7.2.0...v7.2.1
[7.2.0]: https://github.com/GIScience/openrouteservice/compare/v7.1.1...v7.2.0
[7.1.1]: https://github.com/GIScience/openrouteservice/compare/v7.1.0...v7.1.1
[7.1.0]: https://github.com/GIScience/openrouteservice/compare/v7.0.1...v7.1.0
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>7.2.1-SNAPSHOT-1</version>
<version>7.2.1</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>7.2.1-SNAPSHOT-1</version>
<version>7.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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>7.2.1-SNAPSHOT-1</version>
<version>7.2.1</version>
<packaging>pom</packaging>
<name>openrouteservice</name>
<url>https://openrouteservice.org</url>
Expand Down

0 comments on commit b722a3e

Please sign in to comment.