File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.2] - 2023-04-19
11
+
12
+ ### Changed
13
+
14
+ - Bump [ tokenizers] ( https://crates.io/crates/tokenizers ) to v0.13.3 in the
15
+ crate's dependencies.
16
+
10
17
## [ v0.3.1] - 2023-04-06
11
18
12
19
### Added
@@ -54,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
61
55
62
First release.
56
63
57
- [ Unreleased ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.1...HEAD
64
+ [ Unreleased ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.2...HEAD
65
+ [ v0.3.2 ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.1...v0.3.2
58
66
[ v0.3.1 ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.0...v0.3.1
59
67
[ v0.3.0 ] : https://github.com/elixir-nx/tokenizers/compare/v0.2.0...v0.3.0
60
68
[ v0.2.0 ] : https://github.com/elixir-nx/tokenizers/compare/v0.1.0...v0.2.0
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.4.0-dev "
5
+ @ version "0.3.2 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments