Skip to content

Commit

Permalink
0.8.33
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Jan 6, 2025
1 parent 43b1111 commit e7e27b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.33] - 2025-01-06

### Added

- Paste Predictions API support (CodeGPT)

## [0.8.32] - 2024-12-26

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ To use the package, you need to use following Maven dependency:
<dependency>
<groupId>ee.carlrobert</groupId>
<artifactId>llm-client</artifactId>
<version>0.8.32</version>
<version>0.8.33</version>
</dependency>
```
Gradle dependency:
```kts
dependencies {
implementation("ee.carlrobert:llm-client:0.8.32")
implementation("ee.carlrobert:llm-client:0.8.33")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "ee.carlrobert"
version = "0.8.32"
version = "0.8.33"

repositories {
mavenCentral()
Expand Down

0 comments on commit e7e27b5

Please sign in to comment.