File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.27 "
2
+ "." : " 0.1.0-alpha.28 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.28 (2024-11-21)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.27...v0.1.0-alpha.28] ( https://github.com/OneBusAway/kotlin-sdk/compare/v0.1.0-alpha.27...v0.1.0-alpha.28 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** codegen related update ([ #77 ] ( https://github.com/OneBusAway/kotlin-sdk/issues/77 ) ) ([ 51d13c4] ( https://github.com/OneBusAway/kotlin-sdk/commit/51d13c458bff27fc043dde6fed7cc1b37dd82144 ) )
10
+
3
11
## 0.1.0-alpha.27 (2024-11-21)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.26...v0.1.0-alpha.27] ( https://github.com/OneBusAway/kotlin-sdk/compare/v0.1.0-alpha.26...v0.1.0-alpha.27 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The REST API documentation can be found on [developer.onebusaway.org](https://d
21
21
<!-- x-release-please-start-version -->
22
22
23
23
``` kotlin
24
- implementation(" org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.27 " )
24
+ implementation(" org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.28 " )
25
25
```
26
26
27
27
#### Maven
@@ -30,7 +30,7 @@ implementation("org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.27")
30
30
<dependency >
31
31
<groupId >org.onebusaway</groupId >
32
32
<artifactId >onebusaway-sdk-kotlin</artifactId >
33
- <version >0.1.0-alpha.27 </version >
33
+ <version >0.1.0-alpha.28 </version >
34
34
</dependency >
35
35
```
36
36
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.27 " // x-release-please-version
7
+ version = " 0.1.0-alpha.28 " // x-release-please-version
8
8
}
9
9
10
10
nexusPublishing {
You can’t perform that action at this time.
0 commit comments