Skip to content

Commit 09f3f25

Browse files
committed
Release v0.5.0
1 parent a7c4cef commit 09f3f25

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [v0.5.0] - 2024-04-24
99

1010
### Added
1111

@@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Removed
1818

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
2121

2222
## [v0.4.0] - 2023-08-09
2323

@@ -97,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9797

9898
First release.
9999

100+
[v0.5.0]: https://github.com/elixir-nx/tokenizers/compare/v0.4.0...v0.5.0
100101
[v0.4.0]: https://github.com/elixir-nx/tokenizers/compare/v0.3.2...v0.4.0
101102
[v0.3.2]: https://github.com/elixir-nx/tokenizers/compare/v0.3.1...v0.3.2
102103
[v0.3.1]: https://github.com/elixir-nx/tokenizers/compare/v0.3.0...v0.3.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Tokenizers.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-nx/tokenizers"
5-
@version "0.5.0-dev"
5+
@version "0.5.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)