Skip to content

Commit c1b3245

Browse files
authored
Merge pull request #339 from naviqore/release-please--branches--main
chore(main): release 2.3.0
2 parents 56ac408 + d6a250f commit c1b3245

10 files changed

Lines changed: 22 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/naviqore/public-transit-service/compare/v2.2.0...v2.3.0) (2025-09-02)
4+
5+
6+
### Features
7+
8+
* **service:** relevance-based sorting for stop search ([56ac408](https://github.com/naviqore/public-transit-service/commit/56ac40892c6d77d3a760d63f44da5df95c758226))
9+
* **service:** relevance-based sorting for stop search ([a9126d6](https://github.com/naviqore/public-transit-service/commit/a9126d60dfd206b14670d52e4134bccc543e5505))
10+
11+
12+
### Documentation
13+
14+
* **service:** remove "e.g." in Javadoc comment since all options are listed ([e7c403d](https://github.com/naviqore/public-transit-service/commit/e7c403d9a8f9063fda04485f7cb483b737da4798))
15+
316
## [2.2.0](https://github.com/naviqore/public-transit-service/compare/v2.1.1...v2.2.0) (2025-08-28)
417

518

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<artifactId>naviqore-app</artifactId>

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<artifactId>naviqore-benchmark</artifactId>

libs/gtfs-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore-libs</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

libs/gtfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore-libs</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

libs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<artifactId>naviqore-libs</artifactId>

libs/public-transit-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore-libs</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

libs/raptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore-libs</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

libs/utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore-libs</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.naviqore</groupId>
66
<artifactId>naviqore</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Naviqore</name>

0 commit comments

Comments
 (0)