File tree 5 files changed +8
-11
lines changed
5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,13 @@ RELEASING:
42
42
### Fixed
43
43
### Security
44
44
45
- ## [ unreleased ]
45
+ ## [ 8.1.2 ] - 2024-08-13
46
46
47
- ### Added
48
47
### Changed
49
48
- updated dependencies: guava, commons, rest-assured etc. ([ #1831 ] ( https://github.com/GIScience/openrouteservice/pull/1831 ) )
50
49
- updated dependencies: spring, swagger, geotools etc. ([ #1827 ] ( https://github.com/GIScience/openrouteservice/pull/1827 ) )
51
- ### Deprecated
52
- ### Removed
53
50
### Fixed
54
51
- allow any number of csv columns ([ #1436 ] ( https://github.com/GIScience/openrouteservice/issues/1436 ) )
55
- ### Security
56
52
57
53
## [ 8.1.1] - 2024-07-17
58
54
### Added
@@ -795,7 +791,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
795
791
- Fix bug in RPHAST when location lies on a oneway road.
796
792
- Consider turn restrictions if optimized=false is passed.
797
793
798
- [ unreleased ] : https://github.com/GIScience/openrouteservice/compare/v8.1.1...HEAD
794
+ [ unreleased ] : https://github.com/GIScience/openrouteservice/compare/v8.1.2...HEAD
795
+ [ 8.1.2 ] : https://github.com/GIScience/openrouteservice/compare/v8.1.1...v8.1.2
799
796
[ 8.1.1 ] : https://github.com/GIScience/openrouteservice/compare/v8.1.0...v8.1.1
800
797
[ 8.1.0 ] : https://github.com/GIScience/openrouteservice/compare/v8.0.1...v8.1.0
801
798
[ 8.0.1 ] : https://github.com/GIScience/openrouteservice/compare/v8.0.0...v8.0.1
Original file line number Diff line number Diff line change 30
30
<relativePath >../pom.xml</relativePath >
31
31
<artifactId >openrouteservice</artifactId >
32
32
<groupId >org.heigit.ors</groupId >
33
- <version >8.2.0-SNAPSHOT </version >
33
+ <version >8.1.2 </version >
34
34
</parent >
35
35
36
36
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 30
30
<relativePath >../pom.xml</relativePath >
31
31
<artifactId >openrouteservice</artifactId >
32
32
<groupId >org.heigit.ors</groupId >
33
- <version >8.2.0-SNAPSHOT </version >
33
+ <version >8.1.2 </version >
34
34
</parent >
35
35
36
36
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
<relativePath >../pom.xml</relativePath >
4
4
<artifactId >openrouteservice</artifactId >
5
5
<groupId >org.heigit.ors</groupId >
6
- <version >8.2.0-SNAPSHOT </version >
6
+ <version >8.1.2 </version >
7
7
</parent >
8
8
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >org.heigit.ors</groupId >
11
11
<artifactId >ors-report-aggregation</artifactId >
12
- <version >8.2.0-SNAPSHOT </version >
12
+ <version >8.1.2 </version >
13
13
<packaging >pom</packaging >
14
14
15
15
Original file line number Diff line number Diff line change 11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >org.heigit.ors</groupId >
13
13
<artifactId >openrouteservice</artifactId >
14
- <version >8.2.0-SNAPSHOT </version >
14
+ <version >8.1.2 </version >
15
15
<packaging >pom</packaging >
16
16
<name >openrouteservice</name >
17
17
<url >https://openrouteservice.org</url >
You can’t perform that action at this time.
0 commit comments