Skip to content

Commit

Permalink
Release snowchains_core v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Mar 1, 2021
1 parent efe06bc commit c81ae3b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 41 deletions.
61 changes: 25 additions & 36 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ rpassword = "5.0.1"
rprompt = "1.0.5"
serde = { version = "1.0.123", features = ["derive"] }
serde_dhall = "0.10.0"
serde_json = "1.0.63"
serde_json = "1.0.64"
serde_yaml = "0.8.17"
shell-escape = "0.1.5"
snowchains_core = { version = "0.11.1", path = "./snowchains_core" }
snowchains_core = { version = "0.12.0", path = "./snowchains_core" }
structopt = "0.3.21"
strum = { version = "0.20.0", features = ["derive"] }
tempfile = "3.2.0"
Expand Down
7 changes: 7 additions & 0 deletions snowchains_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.0] - 2021-03-01Z

### Changed

- Added `{DeterministicExpectedoutput, Match}::SplitWhitespace`.
- Added `default_match: Match` field to `RetrieveTestCases`.

## [0.11.1] - 2021-02-26Z

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions snowchains_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snowchains_core"
version = "0.11.1"
version = "0.12.0"
edition = "2018"
authors = ["Ryo Yamashita <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -44,7 +44,7 @@ regex = "1.4.3"
reqwest = { version = "0.11.1", default-features = false, features = ["blocking", "json", "rustls-tls", "stream"] }
scraper = "0.12.0"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.63"
serde_json = "1.0.64"
serde_yaml = "0.8.17"
sha2 = "0.9.3"
strum = { version = "0.20.0", features = ["derive"] }
Expand All @@ -60,7 +60,7 @@ which = "4.0.2"
atty = "0.2.14"
difference = "2.0.0"
fwdansi = "1.1.0"
insta = "1.6.3"
insta = "1.7.0"
pretty_assertions = "0.6.1"
rpassword = "5.0.1"
rprompt = "1.0.5"
Expand Down

0 comments on commit c81ae3b

Please sign in to comment.