Skip to content

Commit 6002588

Browse files
release: 0.1.0-alpha.15
1 parent 5a7bf16 commit 6002588

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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.14"
2+
".": "0.1.0-alpha.15"
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.15 (2024-10-30)
4+
5+
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/OneBusAway/java-sdk/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
6+
7+
### Chores
8+
9+
* rebuild project due to codegen change ([#43](https://github.com/OneBusAway/java-sdk/issues/43)) ([0410a3a](https://github.com/OneBusAway/java-sdk/commit/0410a3a8be6c0c848026bf7963336e26af69a931))
10+
311
## 0.1.0-alpha.14 (2024-10-30)
412

513
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/OneBusAway/java-sdk/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- x-release-please-start-version -->
44

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.14)
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.15)
66

77
<!-- x-release-please-end -->
88

@@ -27,7 +27,7 @@ The REST API documentation can be found on [developer.onebusaway.org](https://d
2727
<!-- x-release-please-start-version -->
2828

2929
```kotlin
30-
implementation("org.onebusaway:onebusaway-sdk-java:0.1.0-alpha.14")
30+
implementation("org.onebusaway:onebusaway-sdk-java:0.1.0-alpha.15")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("org.onebusaway:onebusaway-sdk-java:0.1.0-alpha.14")
3636
<dependency>
3737
<groupId>org.onebusaway</groupId>
3838
<artifactId>onebusaway-sdk-java</artifactId>
39-
<version>0.1.0-alpha.14</version>
39+
<version>0.1.0-alpha.15</version>
4040
</dependency>
4141
```
4242

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.14" // x-release-please-version
7+
version = "0.1.0-alpha.15" // x-release-please-version
88
}
99

1010

0 commit comments

Comments
 (0)