Skip to content

Commit

Permalink
release: 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psastras committed Sep 2, 2024
1 parent e23b70b commit 0f93f17
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 29 deletions.
12 changes: 6 additions & 6 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Using `curl`,
```shell
# make sure to adjust the target and version (you may also want to pin to a specific version)
curl -sSL https://github.com/psastras/sarif-rs/releases/download/shellcheck-sarif-v0.6.5/shellcheck-sarif-x86_64-unknown-linux-gnu -o shellcheck-sarif
curl -sSL https://github.com/psastras/sarif-rs/releases/download/shellcheck-sarif-v0.6.6/shellcheck-sarif-x86_64-unknown-linux-gnu -o shellcheck-sarif
```
### Fedora Linux
Expand Down
4 changes: 2 additions & 2 deletions clang-tidy-sarif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clang-tidy-sarif"
version = "0.6.5"
version = "0.6.6"
authors = ["Paul Sastrasinh <[email protected]>"]
edition = "2018"
description = "Convert clang-tidy output to SARIF"
Expand All @@ -21,7 +21,7 @@ path = "src/bin.rs"

[dependencies]
anyhow = "1.0.86"
serde-sarif = { path = "../serde-sarif", version = "0.6.5", features = ["clang-tidy-converters"] }
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clang-tidy-converters"] }
clap = { version = "4.5.16", features = ["derive"] }
duct = "0.13.7"

Expand Down
2 changes: 1 addition & 1 deletion clang-tidy-sarif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ or downloaded directly from Github Releases

```shell
# make sure to adjust the target and version (you may also want to pin to a specific version)
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clang-tidy-sarif-v0.6.5/clang-tidy-sarif-x86_64-unknown-linux-gnu -o clang-tidy-sarif
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clang-tidy-sarif-v0.6.6/clang-tidy-sarif-x86_64-unknown-linux-gnu -o clang-tidy-sarif
```

### Fedora Linux
Expand Down
2 changes: 1 addition & 1 deletion clang-tidy-sarif/src/bin.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/clang-tidy-sarif/0.6.5")]
#![doc(html_root_url = "https://docs.rs/clang-tidy-sarif/0.6.6")]

//! This crate provides a command line tool to convert `clang-tidy` diagnostic
//! output into SARIF.
Expand Down
4 changes: 2 additions & 2 deletions clippy-sarif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clippy-sarif"
version = "0.6.5"
version = "0.6.6"
authors = ["Paul Sastrasinh <[email protected]>"]
edition = "2018"
description = "Convert clippy output to SARIF"
Expand All @@ -21,7 +21,7 @@ path = "src/bin.rs"

[dependencies]
anyhow = "1.0.86"
serde-sarif = { path = "../serde-sarif", version = "0.6.5", features = ["clippy-converters"] }
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["clippy-converters"] }
clap = { version = "4.5.16", features = ["derive"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clippy-sarif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ or downloaded directly from Github Releases

```shell
# make sure to adjust the target and version (you may also want to pin to a specific version)
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clippy-sarif-v0.6.5/clippy-sarif-x86_64-unknown-linux-gnu -o clippy-sarif
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clippy-sarif-v0.6.6/clippy-sarif-x86_64-unknown-linux-gnu -o clippy-sarif
```

### Fedora Linux
Expand Down
2 changes: 1 addition & 1 deletion clippy-sarif/src/bin.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/clippy-sarif/0.6.5")]
#![doc(html_root_url = "https://docs.rs/clippy-sarif/0.6.6")]

//! This crate provides a command line tool to convert `cargo clippy` diagnostic
//! output into SARIF.
Expand Down
4 changes: 2 additions & 2 deletions hadolint-sarif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hadolint-sarif"
version = "0.6.5"
version = "0.6.6"
authors = ["Paul Sastrasinh <[email protected]>"]
edition = "2018"
description = "Convert hadolint output to SARIF"
Expand All @@ -21,7 +21,7 @@ path = "src/bin.rs"

[dependencies]
anyhow = "1.0.86"
serde-sarif = { path = "../serde-sarif", version = "0.6.5", features = ["hadolint-converters"] }
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["hadolint-converters"] }
clap = { version = "4.5.16", features = ["derive"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion hadolint-sarif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ or downloaded directly from Github Releases

```shell
# make sure to adjust the target and version (you may also want to pin to a specific version)
curl -sSL https://github.com/psastras/sarif-rs/releases/download/shellcheck-sarif-v0.6.5/hadolint-sarif-x86_64-unknown-linux-gnu -o hadolint-sarif
curl -sSL https://github.com/psastras/sarif-rs/releases/download/shellcheck-sarif-v0.6.6/hadolint-sarif-x86_64-unknown-linux-gnu -o hadolint-sarif
```

### Fedora Linux
Expand Down
2 changes: 1 addition & 1 deletion hadolint-sarif/src/bin.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/hadolint-sarif/0.6.5")]
#![doc(html_root_url = "https://docs.rs/hadolint-sarif/0.6.6")]

//! This crate provides a command line tool to convert `hadolint` diagnostic
//! output into SARIF.
Expand Down
4 changes: 2 additions & 2 deletions sarif-fmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sarif-fmt"
version = "0.6.5"
version = "0.6.6"
authors = ["Paul Sastrasinh <[email protected]>"]
edition = "2018"
description = "View (pretty print) SARIF files in terminal"
Expand All @@ -22,7 +22,7 @@ path = "src/bin.rs"
[dependencies]
anyhow = "1.0.86"
codespan-reporting = "0.11.1"
serde-sarif = { path = "../serde-sarif", version = "0.6.5" }
serde-sarif = { path = "../serde-sarif", version = "0.6.6" }
serde_json = "1.0.127"
clap = { version = "4.5.16", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion sarif-fmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ or downloaded directly from Github Releases

```shell
# make sure to adjust the target and version (you may also want to pin to a specific version)
curl -sSL https://github.com/psastras/sarif-rs/releases/download/sarif-fmt-v0.6.5/sarif-fmt-x86_64-unknown-linux-gnu -o sarif-fmt
curl -sSL https://github.com/psastras/sarif-rs/releases/download/sarif-fmt-v0.6.6/sarif-fmt-x86_64-unknown-linux-gnu -o sarif-fmt
```

### Fedora Linux
Expand Down
2 changes: 1 addition & 1 deletion sarif-fmt/src/bin.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/sarif-fmt/0.6.5")]
#![doc(html_root_url = "https://docs.rs/sarif-fmt/0.6.6")]
#![recursion_limit = "256"]
//! This crate provides a command line tool to pretty print SARIF files to
//! easy human readable output.
Expand Down
2 changes: 1 addition & 1 deletion serde-sarif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-sarif"
version = "0.6.5"
version = "0.6.6"
authors = ["Paul Sastrasinh <[email protected]>"]
edition = "2018"
description = "Serde serialization for SARIF files"
Expand Down
2 changes: 1 addition & 1 deletion serde-sarif/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/serde-sarif/0.6.5")]
#![doc(html_root_url = "https://docs.rs/serde-sarif/0.6.6")]

//! This crate provides a type safe [serde](https://serde.rs/) compatible
//! [SARIF](https://sarifweb.azurewebsites.net/) structure. It is intended
Expand Down
4 changes: 2 additions & 2 deletions shellcheck-sarif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shellcheck-sarif"
version = "0.6.5"
version = "0.6.6"
authors = ["Paul Sastrasinh <[email protected]>"]
edition = "2018"
description = "Convert shellcheck output to SARIF"
Expand All @@ -21,7 +21,7 @@ path = "src/bin.rs"

[dependencies]
anyhow = "1.0.86"
serde-sarif = { path = "../serde-sarif", version = "0.6.5", features = ["shellcheck-converters"] }
serde-sarif = { path = "../serde-sarif", version = "0.6.6", features = ["shellcheck-converters"] }
clap = { version = "4.5.16", features = ["derive"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shellcheck-sarif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ or downloaded directly from Github Releases

```shell
# make sure to adjust the target and version (you may also want to pin to a specific version)
curl -sSL https://github.com/psastras/sarif-rs/releases/download/shellcheck-sarif-v0.6.5/shellcheck-sarif-x86_64-unknown-linux-gnu -o shellcheck-sarif
curl -sSL https://github.com/psastras/sarif-rs/releases/download/shellcheck-sarif-v0.6.6/shellcheck-sarif-x86_64-unknown-linux-gnu -o shellcheck-sarif
```

### Fedora Linux
Expand Down
2 changes: 1 addition & 1 deletion shellcheck-sarif/src/bin.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/shellcheck-sarif/0.6.5")]
#![doc(html_root_url = "https://docs.rs/shellcheck-sarif/0.6.6")]

//! This crate provides a command line tool to convert `shellcheck` diagnostic
//! output into SARIF.
Expand Down

0 comments on commit 0f93f17

Please sign in to comment.