Skip to content

Commit a8c785f

Browse files
committed
v0.6.3-pre
1 parent d6cd296 commit a8c785f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.6.2
2+
3+
## Internal improvements
4+
5+
Speed up loading the `Tokenizer` by ~ 25% (#66).
6+
17
# 0.6.1
28

39
## Fixes

build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nlprule-build"
3-
version = "0.6.2"
3+
version = "0.6.3-pre"
44
authors = ["Benjamin Minixhofer <bminixhofer@gmail.com>", "Bernhard Schuster <bernhard@ahoi.io>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ thiserror = "1"
1515
zip = "0.5.9"
1616
directories = "3"
1717
reqwest = { version = "0.11", default_features = false, features = ["blocking", "rustls-tls"] }
18-
nlprule = { path = "../nlprule", features = ["compile"], version = "0.6.2" } # BUILD_BINDINGS_COMMENT
18+
nlprule = { path = "../nlprule", features = ["compile"], version = "0.6.3-pre" } # BUILD_BINDINGS_COMMENT
1919
# nlprule = { package = "nlprule-core", path = "../nlprule", features = ["compile"] } # BUILD_BINDINGS_UNCOMMENT
2020
fs-err = "2.5"
2121

nlprule/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nlprule" # BUILD_BINDINGS_COMMENT
33
# name = "nlprule-core" # BUILD_BINDINGS_UNCOMMENT
4-
version = "0.6.2"
4+
version = "0.6.3-pre"
55
authors = ["Benjamin Minixhofer <bminixhofer@gmail.com>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nlprule-python" # BUILD_BINDINGS_COMMENT
33
# name = "nlprule" # BUILD_BINDINGS_UNCOMMENT
4-
version = "0.6.2"
4+
version = "0.6.3-pre"
55
authors = ["Benjamin Minixhofer <bminixhofer@gmail.com>"]
66
edition = "2018"
77

0 commit comments

Comments
 (0)