Skip to content

Commit

Permalink
Bump all versions to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nessex committed Nov 17, 2020
1 parent 91edd7e commit 6775d19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.6"
version = "0.2.7"
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.2.6"
version = "0.2.7"
authors = ["Nathan Essex <nathan@essex.id.au>"]
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.6" }
yaml2json-rs = { path = "../yaml2json-rs", version = "=0.2.5" }
yaml-split = { path = "../yaml-split", version = "=0.2.7" }
yaml2json-rs = { path = "../yaml2json-rs", version = "=0.2.7" }
4 changes: 2 additions & 2 deletions crates/yaml2json-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "yaml2json-rs"
description = "Convert YAML documents to JSON"
version = "0.2.5"
version = "0.2.7"
authors = ["Nathan Essex <nathan@essex.id.au>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Nessex/yaml2json-rs"
homepage = "https://github.com/Nessex/yaml2json-rs/blob/master/crates/yaml2json-rs"
categories = ["command-line-utilities", "encoding"]
categories = ["encoding"]
documentation = "https://docs.rs/yaml2json-rs/"

[dependencies]
Expand Down

0 comments on commit 6775d19

Please sign in to comment.