Skip to content

Commit 0190d0a

Browse files
author
Philip Sampaio
authored
Release v0.3.2 (#35)
1 parent 9da4a36 commit 0190d0a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff 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

5562
First 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

mix.exs

+1-1
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.4.0-dev"
5+
@version "0.3.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)