Skip to content

Commit 30c1dc6

Browse files
authored
chore: release v9.3.1 (#2098)
2 parents 3e2c71f + 2e78975 commit 30c1dc6

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Releasing is documented in RELEASE.md
3535

3636
### Removed
3737

38+
### Fixed
39+
40+
### Security
41+
42+
43+
## [9.3.1] - 2025-07-28
44+
3845
### Fixed
3946
- correct way type and surface extra info metadata for pedestrian routes that involve sidewalks attached to streets ([#2075](https://github.com/GIScience/openrouteservice/pull/2075))
4047
- country borders storage initialization ([#2095](https://github.com/GIScience/openrouteservice/pull/2095))
@@ -920,7 +927,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
920927
- Fix bug in RPHAST when location lies on a oneway road.
921928
- Consider turn restrictions if optimized=false is passed.
922929

923-
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v9.3.0...HEAD
930+
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v9.3.1...HEAD
931+
[9.3.1]: https://github.com/GIScience/openrouteservice/compare/v9.3.0...v9.3.1
924932
[9.3.0]: https://github.com/GIScience/openrouteservice/compare/v9.2.0...v9.3.0
925933
[9.2.0]: https://github.com/GIScience/openrouteservice/compare/v9.1.2...v9.2.0
926934
[9.1.2]: https://github.com/GIScience/openrouteservice/compare/v9.1.1...v9.1.2

ors-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../pom.xml</relativePath>
3131
<artifactId>openrouteservice</artifactId>
3232
<groupId>org.heigit.ors</groupId>
33-
<version>9.4.0-SNAPSHOT</version>
33+
<version>9.3.1</version>
3434
</parent>
3535

3636
<modelVersion>4.0.0</modelVersion>

ors-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../pom.xml</relativePath>
88
<artifactId>openrouteservice</artifactId>
99
<groupId>org.heigit.ors</groupId>
10-
<version>9.4.0-SNAPSHOT</version>
10+
<version>9.3.1</version>
1111
</parent>
1212

1313
<artifactId>ors-benchmark</artifactId>

ors-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../pom.xml</relativePath>
3131
<artifactId>openrouteservice</artifactId>
3232
<groupId>org.heigit.ors</groupId>
33-
<version>9.4.0-SNAPSHOT</version>
33+
<version>9.3.1</version>
3434
</parent>
3535

3636
<modelVersion>4.0.0</modelVersion>

ors-report-aggregation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<relativePath>../pom.xml</relativePath>
44
<artifactId>openrouteservice</artifactId>
55
<groupId>org.heigit.ors</groupId>
6-
<version>9.4.0-SNAPSHOT</version>
6+
<version>9.3.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

ors-test-scenarios/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../pom.xml</relativePath>
88
<artifactId>openrouteservice</artifactId>
99
<groupId>org.heigit.ors</groupId>
10-
<version>9.4.0-SNAPSHOT</version>
10+
<version>9.3.1</version>
1111
</parent>
1212

1313
<artifactId>ors-test-scenarios</artifactId>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"devDependencies": {
55
"mermaid": "^11.6.0",
66
"vitepress": "^1.6.3",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.heigit.ors</groupId>
1313
<artifactId>openrouteservice</artifactId>
14-
<version>9.4.0-SNAPSHOT</version>
14+
<version>9.3.1</version>
1515
<packaging>pom</packaging>
1616
<name>openrouteservice</name>
1717
<url>https://openrouteservice.org</url>

0 commit comments

Comments
 (0)