File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.23 "
2
+ "." : " 0.1.0-alpha.24 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.24 (2025-05-19)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.23...v0.1.0-alpha.24] ( https://github.com/OneBusAway/java-sdk/compare/v0.1.0-alpha.23...v0.1.0-alpha.24 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** manual updates ([ #74 ] ( https://github.com/OneBusAway/java-sdk/issues/74 ) ) ([ ddda17b] ( https://github.com/OneBusAway/java-sdk/commit/ddda17b7186ef701720740c946250b5fa902a4cc ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** codegen related update ([ #71 ] ( https://github.com/OneBusAway/java-sdk/issues/71 ) ) ([ c5e90c0] ( https://github.com/OneBusAway/java-sdk/commit/c5e90c0cda29a9131fd81e60d22711794a2f0a71 ) )
15
+ * ** internal:** codegen related update ([ #73 ] ( https://github.com/OneBusAway/java-sdk/issues/73 ) ) ([ a45c6b0] ( https://github.com/OneBusAway/java-sdk/commit/a45c6b0bc2f45328c1365db12b9ed2fca0d85ce6 ) )
16
+ * ** internal:** codegen related update ([ #75 ] ( https://github.com/OneBusAway/java-sdk/issues/75 ) ) ([ a433a99] ( https://github.com/OneBusAway/java-sdk/commit/a433a99937fdc1729f36a4e7d16a8d90137758e8 ) )
17
+ * ** internal:** update example values ([ #72 ] ( https://github.com/OneBusAway/java-sdk/issues/72 ) ) ([ 9f7aadf] ( https://github.com/OneBusAway/java-sdk/commit/9f7aadf0b9229f441f1dbfed4b64035f195c3b1e ) )
18
+
3
19
## 0.1.0-alpha.23 (2024-11-29)
4
20
5
21
Full Changelog: [ v0.1.0-alpha.22...v0.1.0-alpha.23] ( https://github.com/OneBusAway/java-sdk/compare/v0.1.0-alpha.22...v0.1.0-alpha.23 )
Original file line number Diff line number Diff line change 2
2
3
3
<!-- x-release-please-start-version -->
4
4
5
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.onebusaway/onebusaway-sdk-java )] ( https://central.sonatype.com/artifact/org.onebusaway/onebusaway-sdk-java/0.1.0-alpha.23 )
5
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.onebusaway/onebusaway-sdk-java )] ( https://central.sonatype.com/artifact/org.onebusaway/onebusaway-sdk-java/0.1.0-alpha.24 )
6
6
7
7
<!-- x-release-please-end -->
8
8
@@ -27,7 +27,7 @@ The REST API documentation can be found on [developer.onebusaway.org](https://d
27
27
<!-- x-release-please-start-version -->
28
28
29
29
``` kotlin
30
- implementation(" org.onebusaway:onebusaway-sdk-java:0.1.0-alpha.23 " )
30
+ implementation(" org.onebusaway:onebusaway-sdk-java:0.1.0-alpha.24 " )
31
31
```
32
32
33
33
#### Maven
@@ -36,7 +36,7 @@ implementation("org.onebusaway:onebusaway-sdk-java:0.1.0-alpha.23")
36
36
<dependency >
37
37
<groupId >org.onebusaway</groupId >
38
38
<artifactId >onebusaway-sdk-java</artifactId >
39
- <version >0.1.0-alpha.23 </version >
39
+ <version >0.1.0-alpha.24 </version >
40
40
</dependency >
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
allprojects {
6
6
group = " org.onebusaway"
7
- version = " 0.1.0-alpha.23 " // x-release-please-version
7
+ version = " 0.1.0-alpha.24 " // x-release-please-version
8
8
}
9
9
10
10
You can’t perform that action at this time.
0 commit comments