Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nessex committed Nov 16, 2020
1 parent 6d1fd53 commit af91321
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/yaml-split/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yaml-split"
description = "provides an iterator over individual YAML documents in a YAML file or stream"
version = "0.2.4"
version = "0.2.5"
authors = ["Nathan Essex <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down
6 changes: 3 additions & 3 deletions crates/yaml2json-rs-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yaml2json-rs-bin"
description = "Command line utility to convert YAML files to JSON."
version = "0.2.4"
version = "0.2.5"
authors = ["Nathan Essex <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand All @@ -18,5 +18,5 @@ path = "src/main.rs"
[dependencies]
clap = "2.33.3"
anyhow = "1.0.34"
yaml-split = { path = "../yaml-split", version = "0.2.3" }
yaml2json-rs = { path = "../yaml2json-rs", version = "0.2.3" }
yaml-split = { path = "../yaml-split", version = "=0.2.5" }
yaml2json-rs = { path = "../yaml2json-rs", version = "=0.2.5" }
2 changes: 1 addition & 1 deletion crates/yaml2json-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yaml2json-rs"
description = "Convert YAML documents to JSON"
version = "0.2.4"
version = "0.2.5"
authors = ["Nathan Essex <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit af91321

Please sign in to comment.