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 1
1
{
2
- "." : " 0.2 .0"
2
+ "." : " 0.3 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.3.0 (2024-10-01)
4
+
5
+ Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/braintrustdata/braintrust-kotlin/compare/v0.2.0...v0.3.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** manual updates ([ #47 ] ( https://github.com/braintrustdata/braintrust-kotlin/issues/47 ) ) ([ 36a795d] ( https://github.com/braintrustdata/braintrust-kotlin/commit/36a795d743eecb43dc011e4251ae109b62e5eca1 ) )
10
+
3
11
## 0.2.0 (2024-10-01)
4
12
5
13
Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/braintrustdata/braintrust-kotlin/compare/v0.1.0...v0.2.0 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The REST API documentation can be found on [www.braintrustdata.com](https://www
21
21
<!-- x-release-please-start-version -->
22
22
23
23
``` kotlin
24
- implementation(" com.braintrustdata.api:braintrust-kotlin:0.2 .0" )
24
+ implementation(" com.braintrustdata.api:braintrust-kotlin:0.3 .0" )
25
25
```
26
26
27
27
#### Maven
@@ -30,7 +30,7 @@ implementation("com.braintrustdata.api:braintrust-kotlin:0.2.0")
30
30
<dependency >
31
31
<groupId >com.braintrustdata.api</groupId >
32
32
<artifactId >braintrust-kotlin</artifactId >
33
- <version >0.2 .0</version >
33
+ <version >0.3 .0</version >
34
34
</dependency >
35
35
```
36
36
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.2 .0" // x-release-please-version
7
+ version = " 0.3 .0" // x-release-please-version
8
8
}
9
9
10
10
You can’t perform that action at this time.
0 commit comments