Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Oct 7, 2024
1 parent d7a641b commit e3c120f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1-alpha.0"
".": "0.1.0-alpha.1"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 0.1.0-alpha.1 (2024-10-07)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/OneBusAway/kotlin-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* **api:** manual updates ([d0267a5](https://github.com/OneBusAway/kotlin-sdk/commit/d0267a5f06efcbab817698acb063a9fbea1805c5))
* **api:** OpenAPI spec update via Stainless API ([46aae7e](https://github.com/OneBusAway/kotlin-sdk/commit/46aae7ef7c7a67af16d997c9e17558adb8377e06))
* **api:** OpenAPI spec update via Stainless API ([12a89d3](https://github.com/OneBusAway/kotlin-sdk/commit/12a89d388b5ba7a184dcea6c4947184319228e05))
* **client:** added structured fields to errors ([b2ad442](https://github.com/OneBusAway/kotlin-sdk/commit/b2ad442cff5aee1e35514db58743bdab5dc2d698))


### Bug Fixes

* use kotlin.collections.List instead of List directly ([e475fd4](https://github.com/OneBusAway/kotlin-sdk/commit/e475fd415edbdb7bde7470bda1e88388fd9f730e))


### Chores

* configure new SDK language ([2953eac](https://github.com/OneBusAway/kotlin-sdk/commit/2953eac8695259a185948c25f098a9c2e0a470b3))
* go live ([#1](https://github.com/OneBusAway/kotlin-sdk/issues/1)) ([d7a641b](https://github.com/OneBusAway/kotlin-sdk/commit/d7a641bbc3828e3c3bdac88bc5b86be6a8e9c4da))
* **internal:** codegen related update ([70343ca](https://github.com/OneBusAway/kotlin-sdk/commit/70343ca34bd378681943257c700bd076adf2871a))
* **internal:** codegen related update ([353cd5e](https://github.com/OneBusAway/kotlin-sdk/commit/353cd5e609f5a65b9469e20768a0c8a8f5e7dff0))
* update SDK settings ([7a84601](https://github.com/OneBusAway/kotlin-sdk/commit/7a846012727eb202e0a7f4bc84f8c125ca351835))


### Documentation

* adjust additional properties example ([62b94a1](https://github.com/OneBusAway/kotlin-sdk/commit/62b94a1ddf192c27a495be308100aeb056a57d2e))
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The REST API documentation can be found on [developer.onebusaway.org](https://d
<!-- x-release-please-start-version -->

```kotlin
implementation("org.onebusaway:onebusaway-sdk-kotlin:0.0.1-alpha.0")
implementation("org.onebusaway:onebusaway-sdk-kotlin:0.1.0-alpha.1")
```

#### Maven
Expand All @@ -30,7 +30,7 @@ implementation("org.onebusaway:onebusaway-sdk-kotlin:0.0.1-alpha.0")
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-sdk-kotlin</artifactId>
<version>0.0.1-alpha.0</version>
<version>0.1.0-alpha.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "org.onebusaway"
version = "0.0.1-alpha.0" // x-release-please-version
version = "0.1.0-alpha.1" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit e3c120f

Please sign in to comment.