Skip to content

Commit 431db70

Browse files
release: 0.1.0
1 parent 0ca6e35 commit 431db70

4 files changed

Lines changed: 35 additions & 7 deletions

File tree

.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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-02-07)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/lightsparkdev/grid-api/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* add isPlatformAccount to PaymentInstructions and remove PaymentAccountOrWalletInfo refs ([#128](https://github.com/lightsparkdev/grid-api/issues/128)) ([f05d11f](https://github.com/lightsparkdev/grid-api/commit/f05d11f0723d0740d2f63b6e1081f9c8ace7db9f))
10+
* add Stainless SDK config and misc cleanups ([#132](https://github.com/lightsparkdev/grid-api/issues/132)) ([30fbd62](https://github.com/lightsparkdev/grid-api/commit/30fbd62214cba0ac4faac93ba3a04920526f1497))
11+
* adding API design guidelines ([#137](https://github.com/lightsparkdev/grid-api/issues/137)) ([defc948](https://github.com/lightsparkdev/grid-api/commit/defc94817444b3c52c6c9ad6dbc7389c29f96783))
12+
* adding idempotency to transfers ([#138](https://github.com/lightsparkdev/grid-api/issues/138)) ([e84817d](https://github.com/lightsparkdev/grid-api/commit/e84817d8346ef5f55ac0cb37e93d2b16e5ca3a2e))
13+
* convert single-value enums to const for base types ([#126](https://github.com/lightsparkdev/grid-api/issues/126)) ([fc8dd03](https://github.com/lightsparkdev/grid-api/commit/fc8dd03497dec0dde3685292e7580d7089b62052))
14+
* rename accounts to data in list external accounts response ([#127](https://github.com/lightsparkdev/grid-api/issues/127)) ([10fa3eb](https://github.com/lightsparkdev/grid-api/commit/10fa3eb4762d6962658ef9c61ea9be22964ca81a))
15+
* rename Error to GridError and add additionalProperties to error schemas ([#131](https://github.com/lightsparkdev/grid-api/issues/131)) ([c9ec7a2](https://github.com/lightsparkdev/grid-api/commit/c9ec7a2ba5caa5a83b3659b73cdb3561b05b1752))
16+
17+
18+
### Bug Fixes
19+
20+
* adding type:string to const discriminators ([#139](https://github.com/lightsparkdev/grid-api/issues/139)) ([fe683e6](https://github.com/lightsparkdev/grid-api/commit/fe683e6f4f6e7990b2bacee9566a4f76e2660b17))
21+
* reverting back to using enums instead of const for openapi generator ([#140](https://github.com/lightsparkdev/grid-api/issues/140)) ([1df8211](https://github.com/lightsparkdev/grid-api/commit/1df82118b36bf3c189d03c9d41b574fb49cd7bc3))
22+
* separating create customer from customer response schemas ([#142](https://github.com/lightsparkdev/grid-api/issues/142)) ([dde72cc](https://github.com/lightsparkdev/grid-api/commit/dde72ccbb05208db717e20d48b56225070aba03b))
23+
24+
25+
### Chores
26+
27+
* sync repo ([865f8bb](https://github.com/lightsparkdev/grid-api/commit/865f8bb5360ca0f140185eae5546ce413ceca6be))
28+
* update SDK settings ([0ca6e35](https://github.com/lightsparkdev/grid-api/commit/0ca6e3566baccd2625c1157f02b459d71a80d8b6))

README.md

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

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

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.grid.api/grid-kotlin)](https://central.sonatype.com/artifact/com.grid.api/grid-kotlin/0.0.1)
6-
[![javadoc](https://javadoc.io/badge2/com.grid.api/grid-kotlin/0.0.1/javadoc.svg)](https://javadoc.io/doc/com.grid.api/grid-kotlin/0.0.1)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.grid.api/grid-kotlin)](https://central.sonatype.com/artifact/com.grid.api/grid-kotlin/0.1.0)
6+
[![javadoc](https://javadoc.io/badge2/com.grid.api/grid-kotlin/0.1.0/javadoc.svg)](https://javadoc.io/doc/com.grid.api/grid-kotlin/0.1.0)
77

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

@@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1313

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

16-
KDocs are available on [javadoc.io](https://javadoc.io/doc/com.grid.api/grid-kotlin/0.0.1).
16+
KDocs are available on [javadoc.io](https://javadoc.io/doc/com.grid.api/grid-kotlin/0.1.0).
1717

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

@@ -24,7 +24,7 @@ KDocs are available on [javadoc.io](https://javadoc.io/doc/com.grid.api/grid-kot
2424
### Gradle
2525

2626
```kotlin
27-
implementation("com.grid.api:grid-kotlin:0.0.1")
27+
implementation("com.grid.api:grid-kotlin:0.1.0")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.grid.api:grid-kotlin:0.0.1")
3333
<dependency>
3434
<groupId>com.grid.api</groupId>
3535
<artifactId>grid-kotlin</artifactId>
36-
<version>0.0.1</version>
36+
<version>0.1.0</version>
3737
</dependency>
3838
```
3939

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
allprojects {
1111
group = "com.grid.api"
12-
version = "0.0.1" // x-release-please-version
12+
version = "0.1.0" // x-release-please-version
1313
}
1414

1515
subprojects {

0 commit comments

Comments
 (0)