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] committed Jul 15, 2024
1 parent ac74019 commit 948c766
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/clear-street/studio-sdk-java/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* **api:** update via SDK Studio ([#3](https://github.com/clear-street/studio-sdk-java/issues/3)) ([1af60f8](https://github.com/clear-street/studio-sdk-java/commit/1af60f8d1ed8cbe45cff1bb5ab810a0b22950a4a))


### Chores

* configure new SDK language ([14da204](https://github.com/clear-street/studio-sdk-java/commit/14da204ae5ab74c4fdef0f5c05152ff2b5d22a8e))
* go live ([#1](https://github.com/clear-street/studio-sdk-java/issues/1)) ([ed9cf91](https://github.com/clear-street/studio-sdk-java/commit/ed9cf9189ee9eb83af9ac9d5cf3d20349a00a911))
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

[![Maven Central](https://img.shields.io/maven-central/v/io.clearstreet.studio/studio-sdk-java)](https://central.sonatype.com/artifact/io.clearstreet.studio/studio-sdk-java/0.0.1-alpha.0)
[![Maven Central](https://img.shields.io/maven-central/v/io.clearstreet.studio/studio-sdk-java)](https://central.sonatype.com/artifact/io.clearstreet.studio/studio-sdk-java/0.1.0-alpha.1)

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

Expand All @@ -27,7 +27,7 @@ The REST API documentation can be found on [docs.clearstreet.io](https://docs.c
<!-- x-release-please-start-version -->

```kotlin
implementation("io.clearstreet.studio:studio-sdk-java:0.0.1-alpha.0")
implementation("io.clearstreet.studio:studio-sdk-java:0.1.0-alpha.1")
```

#### Maven
Expand All @@ -36,7 +36,7 @@ implementation("io.clearstreet.studio:studio-sdk-java:0.0.1-alpha.0")
<dependency>
<groupId>io.clearstreet.studio</groupId>
<artifactId>studio-sdk-java</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 = "io.clearstreet.studio"
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 948c766

Please sign in to comment.