Skip to content

Commit

Permalink
Bump version to 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Aug 15, 2021
1 parent 020656a commit a7f5fad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.1

### Fixed

- Update to rand 0.8 in the syntaxdot crate. This voids a dependency on both
rand 0.7 and 0.8.

## 0.4.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions syntaxdot-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot-cli"
version = "0.4.0"
version = "0.4.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
Expand All @@ -27,7 +27,7 @@ ordered-float = { version = "2", features = ["serde"] }
rayon = "1"
serde_yaml = "0.8"
stdinout = "0.4"
syntaxdot = { path = "../syntaxdot", version = "0.4.0", default-features = false }
syntaxdot = { path = "../syntaxdot", version = "0.4.1", default-features = false }
syntaxdot-encoders = { path = "../syntaxdot-encoders", version = "0.4.0" }
syntaxdot-summary = { path = "../syntaxdot-summary", version = "0.4.0" }
syntaxdot-tch-ext = { path = "../syntaxdot-tch-ext", version = "0.4.0" }
Expand Down
2 changes: 1 addition & 1 deletion syntaxdot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot"
version = "0.4.0"
version = "0.4.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
Expand Down

0 comments on commit a7f5fad

Please sign in to comment.