Skip to content

Commit

Permalink
v0.6.3-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Apr 16, 2021
1 parent d6cd296 commit a8c785f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.6.2

## Internal improvements

Speed up loading the `Tokenizer` by ~ 25% (#66).

# 0.6.1

## Fixes
Expand Down
4 changes: 2 additions & 2 deletions build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nlprule-build"
version = "0.6.2"
version = "0.6.3-pre"
authors = ["Benjamin Minixhofer <bminixhofer@gmail.com>", "Bernhard Schuster <bernhard@ahoi.io>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion nlprule/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <bminixhofer@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <bminixhofer@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit a8c785f

Please sign in to comment.