Skip to content

Commit edbf003

Browse files
committed
release: 0.6.2
1 parent 44006a5 commit edbf003

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clang-tidy-sarif/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clang-tidy-sarif"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Paul Sastrasinh <psastras@gmail.com>"]
55
edition = "2018"
66
description = "Convert clang-tidy output to SARIF"
@@ -21,7 +21,7 @@ path = "src/bin.rs"
2121

2222
[dependencies]
2323
anyhow = "1.0.86"
24-
serde-sarif = { path = "../serde-sarif", version = "0.6.1", features = ["clang-tidy-converters"] }
24+
serde-sarif = { path = "../serde-sarif", version = "0.6.2", features = ["clang-tidy-converters"] }
2525
clap = { version = "4.5.13", features = ["derive"] }
2626
duct = "0.13.7"
2727

clang-tidy-sarif/src/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/clang-tidy-sarif/0.6.1")]
1+
#![doc(html_root_url = "https://docs.rs/clang-tidy-sarif/0.6.2")]
22

33
//! This crate provides a command line tool to convert `clang-tidy` diagnostic
44
//! output into SARIF.

clippy-sarif/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy-sarif"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Paul Sastrasinh <psastras@gmail.com>"]
55
edition = "2018"
66
description = "Convert clippy output to SARIF"
@@ -21,7 +21,7 @@ path = "src/bin.rs"
2121

2222
[dependencies]
2323
anyhow = "1.0.86"
24-
serde-sarif = { path = "../serde-sarif", version = "0.6.1", features = ["clippy-converters"] }
24+
serde-sarif = { path = "../serde-sarif", version = "0.6.2", features = ["clippy-converters"] }
2525
clap = { version = "4.5.13", features = ["derive"] }
2626

2727
[dev-dependencies]

clippy-sarif/src/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/clippy-sarif/0.6.1")]
1+
#![doc(html_root_url = "https://docs.rs/clippy-sarif/0.6.2")]
22

33
//! This crate provides a command line tool to convert `cargo clippy` diagnostic
44
//! output into SARIF.

hadolint-sarif/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hadolint-sarif"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Paul Sastrasinh <psastras@gmail.com>"]
55
edition = "2018"
66
description = "Convert hadolint output to SARIF"
@@ -21,7 +21,7 @@ path = "src/bin.rs"
2121

2222
[dependencies]
2323
anyhow = "1.0.86"
24-
serde-sarif = { path = "../serde-sarif", version = "0.6.1", features = ["hadolint-converters"] }
24+
serde-sarif = { path = "../serde-sarif", version = "0.6.2", features = ["hadolint-converters"] }
2525
clap = { version = "4.5.13", features = ["derive"] }
2626

2727
[dev-dependencies]

hadolint-sarif/src/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/hadolint-sarif/0.6.1")]
1+
#![doc(html_root_url = "https://docs.rs/hadolint-sarif/0.6.2")]
22

33
//! This crate provides a command line tool to convert `hadolint` diagnostic
44
//! output into SARIF.

sarif-fmt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sarif-fmt"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Paul Sastrasinh <psastras@gmail.com>"]
55
edition = "2018"
66
description = "View (pretty print) SARIF files in terminal"
@@ -22,7 +22,7 @@ path = "src/bin.rs"
2222
[dependencies]
2323
anyhow = "1.0.86"
2424
codespan-reporting = "0.11.1"
25-
serde-sarif = { path = "../serde-sarif", version = "0.6.1" }
25+
serde-sarif = { path = "../serde-sarif", version = "0.6.2" }
2626
serde_json = "1.0.121"
2727
clap = { version = "4.5.13", features = ["derive"] }
2828

sarif-fmt/src/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/sarif-fmt/0.6.1")]
1+
#![doc(html_root_url = "https://docs.rs/sarif-fmt/0.6.2")]
22
#![recursion_limit = "256"]
33
//! This crate provides a command line tool to pretty print SARIF files to
44
//! easy human readable output.

serde-sarif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde-sarif"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Paul Sastrasinh <psastras@gmail.com>"]
55
edition = "2018"
66
description = "Serde serialization for SARIF files"

0 commit comments

Comments
 (0)