Skip to content

Commit

Permalink
chore: prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Oct 14, 2023
1 parent 469b999 commit 55d3485
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.3.0
> 14 Oct 2023
Focused on internal refactoring and API stabilization to enhance usability and facilitate future development.

### Breaking Changes
- Rename `Enconding` to `EncodingConfig`.
- Rework encodings to enhance extensibility:
- Add a new `Encoding` interface.
- Introduce default implementations of `Encoding`: `CL100KBase`, `P50KBase`, `R50KBase`, and `P50KEdit`.
- Rename `Tokenizer.encoding` and `Tokenizer.encodingForModel` to `Tokenizer.of` with overrides.

# 0.2.0
> 12 Oct 2023
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.js.compiler=ir

# Lib
GROUP=com.aallam.ktoken
VERSION_NAME=0.2.0
VERSION_NAME=0.3.0

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 55d3485

Please sign in to comment.