File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.0.1 "
2
+ "." : " 0.1.0 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.0 (2024-02-04)
4
+
5
+ Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/braintrustdata/braintrust-kotlin/compare/v0.0.1...v0.1.0 )
6
+
7
+ ### Features
8
+
9
+ * Add initial Stainless SDK ([ 9654fb8] ( https://github.com/braintrustdata/braintrust-kotlin/commit/9654fb8513f40b898092b773f96e54e996009b09 ) )
10
+ * create default branch ([ 160596a] ( https://github.com/braintrustdata/braintrust-kotlin/commit/160596a7c8fd24ffcdfc07edafa4437313c9a850 ) )
11
+ * OpenAPI spec update ([ #1 ] ( https://github.com/braintrustdata/braintrust-kotlin/issues/1 ) ) ([ 536a660] ( https://github.com/braintrustdata/braintrust-kotlin/commit/536a66092ef8ed6850c6fd43f167cf9baf35a14a ) )
12
+ * OpenAPI spec update ([ #3 ] ( https://github.com/braintrustdata/braintrust-kotlin/issues/3 ) ) ([ bb3cc00] ( https://github.com/braintrustdata/braintrust-kotlin/commit/bb3cc00b420f1a8cc9d269a62e4ccebdbaf1a69d ) )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The REST API documentation can be found [on www.braintrustdata.com](https://www
19
19
<!-- x-release-please-start-version -->
20
20
21
21
``` kotlin
22
- implementation(" com.braintrustdata.api:braintrust-kotlin:0.0.1 " )
22
+ implementation(" com.braintrustdata.api:braintrust-kotlin:0.1.0 " )
23
23
```
24
24
25
25
#### Maven
@@ -28,7 +28,7 @@ implementation("com.braintrustdata.api:braintrust-kotlin:0.0.1")
28
28
<dependency >
29
29
<groupId >com.braintrustdata.api</groupId >
30
30
<artifactId >braintrust-kotlin</artifactId >
31
- <version >0.0.1 </version >
31
+ <version >0.1.0 </version >
32
32
</dependency >
33
33
```
34
34
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
allprojects {
6
6
group = " com.braintrustdata.api"
7
- version = " 0.0.1 " // x-release-please-version
7
+ version = " 0.1.0 " // x-release-please-version
8
8
}
9
9
10
10
nexusPublishing {
You can’t perform that action at this time.
0 commit comments