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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
9898First 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
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments