From 67b9858ecc0492d1450bb3d7c8efbd874c50ff2c Mon Sep 17 00:00:00 2001 From: guillaume-be Date: Sat, 3 Jun 2023 07:35:16 +0100 Subject: [PATCH] Prepare for 0.21 release (#388) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc5e2d3..c0837dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [0.21.0] - 2023-06-03 ## Added - Addition of the [LongT5](https://arxiv.org/abs/2112.07916) model architecture and pretrained weights. - Addition of `add_tokens` and `add_extra_ids` interface methods to the `TokenizerOption`. Allow building most pipeline with custom tokenizer via `new_with_tokenizer`. diff --git a/Cargo.toml b/Cargo.toml index 1ce7857c..7dfacf26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-bert" -version = "0.21.0-alpha" +version = "0.21.0" authors = ["Guillaume Becquin "] edition = "2018" description = "Ready-to-use NLP pipelines and language models"