Skip to content

Commit 6e570b7

Browse files
release: 0.1.0-alpha.28
1 parent a91deb2 commit 6e570b7

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.27"
2+
".": "0.1.0-alpha.28"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 0.1.0-alpha.27 (2024-11-21)
412

513
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)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The REST API documentation can be found on [developer.onebusaway.org](https://d
2121
<!-- x-release-please-start-version -->
2222

2323
```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")
2525
```
2626

2727
#### Maven
@@ -30,7 +30,7 @@ implementation("org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.27")
3030
<dependency>
3131
<groupId>org.onebusaway</groupId>
3232
<artifactId>onebusaway-sdk-kotlin</artifactId>
33-
<version>0.1.0-alpha.27</version>
33+
<version>0.1.0-alpha.28</version>
3434
</dependency>
3535
```
3636

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
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
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)