Skip to content

Commit

Permalink
Release v0.3.2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Apr 19, 2023
1 parent 9da4a36 commit 0190d0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.3.2] - 2023-04-19

### Changed

- Bump [tokenizers](https://crates.io/crates/tokenizers) to v0.13.3 in the
crate's dependencies.

## [v0.3.1] - 2023-04-06

### Added
Expand Down Expand Up @@ -54,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First release.

[Unreleased]: https://github.com/elixir-nx/tokenizers/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/elixir-nx/tokenizers/compare/v0.3.2...HEAD
[v0.3.2]: https://github.com/elixir-nx/tokenizers/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/elixir-nx/tokenizers/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/elixir-nx/tokenizers/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/elixir-nx/tokenizers/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Tokenizers.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/tokenizers"
@version "0.4.0-dev"
@version "0.3.2"

def project do
[
Expand Down

0 comments on commit 0190d0a

Please sign in to comment.