File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.5 "
2+ "." : " 0.1.0-alpha.6 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.6 (2024-10-08)
4+
5+ 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 )
6+
7+ ### Features
8+
9+ * refactor: Remove stack trace option from Gradle build ([ e39955e] ( https://github.com/OneBusAway/kotlin-sdk/commit/e39955ec751d7a3658ce8e74171bc7fcd4cd0e81 ) )
10+
311## 0.1.0-alpha.5 (2024-10-08)
412
513Full Changelog: [ v0.1.0-alpha.4...v0.1.0-alpha.5] ( https://github.com/OneBusAway/kotlin-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5 )
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
2121<!-- x-release-please-start-version -->
2222
2323``` kotlin
24- implementation(" org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.5 " )
24+ implementation(" org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.6 " )
2525```
2626
2727#### Maven
@@ -30,7 +30,7 @@ implementation("org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.5")
3030<dependency >
3131 <groupId >org.onebusaway</groupId >
3232 <artifactId >onebusaway-sdk-kotlin</artifactId >
33- <version >0.1.0-alpha.5 </version >
33+ <version >0.1.0-alpha.6 </version >
3434</dependency >
3535```
3636
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " org.onebusaway"
7- version = " 0.1.0-alpha.5 " // x-release-please-version
7+ version = " 0.1.0-alpha.6 " // x-release-please-version
88}
99
1010nexusPublishing {
You can’t perform that action at this time.
0 commit comments