Skip to content

Commit e7e27b5

Browse files
committed
0.8.33
1 parent 43b1111 commit e7e27b5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.33] - 2025-01-06
9+
10+
### Added
11+
12+
- Paste Predictions API support (CodeGPT)
13+
814
## [0.8.32] - 2024-12-26
915

1016
### Added

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To use the package, you need to use following Maven dependency:
1212
<dependency>
1313
<groupId>ee.carlrobert</groupId>
1414
<artifactId>llm-client</artifactId>
15-
<version>0.8.32</version>
15+
<version>0.8.33</version>
1616
</dependency>
1717
```
1818
Gradle dependency:
1919
```kts
2020
dependencies {
21-
implementation("ee.carlrobert:llm-client:0.8.32")
21+
implementation("ee.carlrobert:llm-client:0.8.33")
2222
}
2323
```
2424

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "ee.carlrobert"
10-
version = "0.8.32"
10+
version = "0.8.33"
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)