Skip to content

Commit 9a4333e

Browse files
release: 0.1.0-alpha.7
1 parent 1fef2a8 commit 9a4333e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.6"
2+
".": "0.1.0-alpha.7"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.7 (2024-10-22)
4+
5+
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/OneBusAway/kotlin-sdk/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
6+
7+
### Features
8+
9+
* **api:** api update ([#15](https://github.com/OneBusAway/kotlin-sdk/issues/15)) ([1fef2a8](https://github.com/OneBusAway/kotlin-sdk/commit/1fef2a8ad8b8a5241a4aff8f4600b9fe7e7f9d22))
10+
311
## 0.1.0-alpha.6 (2024-10-08)
412

513
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/OneBusAway/kotlin-sdk/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)

README.md

Lines changed: 2 additions & 2 deletions
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.6")
24+
implementation("org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.7")
2525
```
2626

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.6" // x-release-please-version
7+
version = "0.1.0-alpha.7" // x-release-please-version
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)