Skip to content

Commit a7f5fad

Browse files
committed
Bump version to 0.4.1.
1 parent 020656a commit a7f5fad

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.4.1
4+
5+
### Fixed
6+
7+
- Update to rand 0.8 in the syntaxdot crate. This voids a dependency on both
8+
rand 0.7 and 0.8.
9+
310
## 0.4.0
411

512
### Added

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

syntaxdot-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot-cli"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55
authors = ["Daniël de Kok <[email protected]>"]
66
description = "Neural sequence labeler"
@@ -27,7 +27,7 @@ ordered-float = { version = "2", features = ["serde"] }
2727
rayon = "1"
2828
serde_yaml = "0.8"
2929
stdinout = "0.4"
30-
syntaxdot = { path = "../syntaxdot", version = "0.4.0", default-features = false }
30+
syntaxdot = { path = "../syntaxdot", version = "0.4.1", default-features = false }
3131
syntaxdot-encoders = { path = "../syntaxdot-encoders", version = "0.4.0" }
3232
syntaxdot-summary = { path = "../syntaxdot-summary", version = "0.4.0" }
3333
syntaxdot-tch-ext = { path = "../syntaxdot-tch-ext", version = "0.4.0" }

syntaxdot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55
authors = ["Daniël de Kok <[email protected]>"]
66
description = "Neural sequence labeler"

0 commit comments

Comments
 (0)