diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a1a64..5d6883e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index b064aef..98ec5d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ workspace = { members = ["benchmark/rs"] } [package] name = "bleuscore" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Mathew Shen "] 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