Skip to content

Commit

Permalink
release: 0.1.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Apr 26, 2024
1 parent 4264759 commit c8e8fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2024-04-26
### Changed
- Upgrade `cached` version to `0.50.0`
Change crate-type to `["cdylib", "rlib"]`

## [0.1.0] - 2024-04-23
- BLEU score calculation with `Tokenizer13a` as default tokenizer.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "bleuscore"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Mathew Shen <datahonor@gmail.com>"]
repository = "https://github.com/shenxiangzhuang/bleuscore"
readme = "README.md"
license = "MIT"
description = "A fast bleu score calculator"
description = "A fast(not yet :) bleu score calculator"
keywords = ["NLP", "Tokenizer", "BLEU", "DeepLearning"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit c8e8fb7

Please sign in to comment.