File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
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+
1017## [ v0.3.1] - 2023-04-06
1118
1219### Added
@@ -54,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5461
5562First release.
5663
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
5866[ v0.3.1 ] : https://github.com/elixir-nx/tokenizers/compare/v0.3.0...v0.3.1
5967[ v0.3.0 ] : https://github.com/elixir-nx/tokenizers/compare/v0.2.0...v0.3.0
6068[ 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
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-nx/tokenizers"
5- @ version "0.4.0-dev "
5+ @ version "0.3.2 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments