From a8c785f410b80972c918bb201a586fcb77f60e8a Mon Sep 17 00:00:00 2001 From: Benjamin Minixhofer Date: Fri, 16 Apr 2021 14:07:35 +0200 Subject: [PATCH] v0.6.3-pre --- CHANGELOG.md | 6 ++++++ build/Cargo.toml | 4 ++-- nlprule/Cargo.toml | 2 +- python/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3c7da..6c84f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.6.2 + +## Internal improvements + +Speed up loading the `Tokenizer` by ~ 25% (#66). + # 0.6.1 ## Fixes diff --git a/build/Cargo.toml b/build/Cargo.toml index d5b5bc9..73401d4 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nlprule-build" -version = "0.6.2" +version = "0.6.3-pre" authors = ["Benjamin Minixhofer ", "Bernhard Schuster "] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,7 +15,7 @@ thiserror = "1" zip = "0.5.9" directories = "3" reqwest = { version = "0.11", default_features = false, features = ["blocking", "rustls-tls"] } -nlprule = { path = "../nlprule", features = ["compile"], version = "0.6.2" } # BUILD_BINDINGS_COMMENT +nlprule = { path = "../nlprule", features = ["compile"], version = "0.6.3-pre" } # BUILD_BINDINGS_COMMENT # nlprule = { package = "nlprule-core", path = "../nlprule", features = ["compile"] } # BUILD_BINDINGS_UNCOMMENT fs-err = "2.5" diff --git a/nlprule/Cargo.toml b/nlprule/Cargo.toml index 9397ab0..8f68eb2 100644 --- a/nlprule/Cargo.toml +++ b/nlprule/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nlprule" # BUILD_BINDINGS_COMMENT # name = "nlprule-core" # BUILD_BINDINGS_UNCOMMENT -version = "0.6.2" +version = "0.6.3-pre" authors = ["Benjamin Minixhofer "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/python/Cargo.toml b/python/Cargo.toml index 09543b0..a5ff138 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nlprule-python" # BUILD_BINDINGS_COMMENT # name = "nlprule" # BUILD_BINDINGS_UNCOMMENT -version = "0.6.2" +version = "0.6.3-pre" authors = ["Benjamin Minixhofer "] edition = "2018"