File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ v0.5.0 ] - 2024-04-24
9
9
10
10
### Added
11
11
@@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
### Removed
18
18
19
- - ** (Breaking)** ` :add_prefix_space ` option in favour of ` :prepend_scheme ` for metaspace
20
- decoder and pre-tokenizer
19
+ - ** (Breaking)** Removed ` :add_prefix_space ` option in favour of ` :prepend_scheme `
20
+ for metaspace decoder and pre-tokenizer
21
21
22
22
## [ v0.4.0] - 2023-08-09
23
23
@@ -97,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97
97
98
98
First release.
99
99
100
+ [ v0.5.0 ] : https://github.com/elixir-nx/tokenizers/compare/v0.4.0...v0.5.0
100
101
[ v0.4.0 ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.2...v0.4.0
101
102
[ v0.3.2 ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.1...v0.3.2
102
103
[ v0.3.1 ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Tokenizers.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixir-nx/tokenizers"
5
- @ version "0.5.0-dev "
5
+ @ version "0.5.0"
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments