Skip to content

Commit 55d3485

Browse files
committed
chore: prepare release 0.3.0
1 parent 469b999 commit 55d3485

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.3.0
2+
> 14 Oct 2023
3+
4+
Focused on internal refactoring and API stabilization to enhance usability and facilitate future development.
5+
6+
### Breaking Changes
7+
- Rename `Enconding` to `EncodingConfig`.
8+
- Rework encodings to enhance extensibility:
9+
- Add a new `Encoding` interface.
10+
- Introduce default implementations of `Encoding`: `CL100KBase`, `P50KBase`, `R50KBase`, and `P50KEdit`.
11+
- Rename `Tokenizer.encoding` and `Tokenizer.encodingForModel` to `Tokenizer.of` with overrides.
12+
113
# 0.2.0
214
> 12 Oct 2023
315

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.js.compiler=ir
55

66
# Lib
77
GROUP=com.aallam.ktoken
8-
VERSION_NAME=0.2.0
8+
VERSION_NAME=0.3.0
99

1010
# OSS
1111
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)