Skip to content

Commit

Permalink
Bump versions to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nessex committed Sep 7, 2021
1 parent 9be1e0f commit 4fb0974
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.3.1"
version = "0.3.2"
authors = ["Nathan Essex <nathan@essex.id.au>"]
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.3.1"
version = "0.3.2"
authors = ["Nathan Essex <nathan@essex.id.au>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand All @@ -19,5 +19,5 @@ path = "src/main.rs"
[dependencies]
clap = "2.33.3"
anyhow = "1.0.43"
yaml-split = { path = "../yaml-split", version = "=0.3.1" }
yaml2json-rs = { path = "../yaml2json-rs", version = "=0.3.1" }
yaml-split = { path = "../yaml-split", version = "=0.3.2" }
yaml2json-rs = { path = "../yaml2json-rs", version = "=0.3.2" }
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.3.1"
version = "0.3.2"
authors = ["Nathan Essex <nathan@essex.id.au>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 4fb0974

Please sign in to comment.