Skip to content

Commit

Permalink
Merge pull request #632 from DataDog/julien/version-0.5.7
Browse files Browse the repository at this point in the history
Release version 0.5.7
  • Loading branch information
jasonforal authored Feb 10, 2025
2 parents 5ce4cbb + 36fbff0 commit a37a1c0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.5.6"
version = "0.5.7"

[profile.release]
lto = true
Expand Down
28 changes: 28 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
{
"0": {
"0.5.7": {
"cli": {
"windows": {
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-x86_64-pc-windows-msvc.zip"
},
"linux": {
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-x86_64-unknown-linux-gnu.zip",
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-aarch64-unknown-linux-gnu.zip"
},
"macos": {
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-x86_64-apple-darwin.zip",
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-aarch64-apple-darwin.zip"
}
},
"server": {
"windows": {
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-server-x86_64-pc-windows-msvc.zip"
},
"linux": {
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-server-x86_64-unknown-linux-gnu.zip",
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-server-aarch64-unknown-linux-gnu.zip"
},
"macos": {
"x86_64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-server-x86_64-apple-darwin.zip",
"aarch64": "https://github.com/DataDog/datadog-static-analyzer/releases/download/0.5.7/datadog-static-analyzer-server-aarch64-apple-darwin.zip"
}
}
},
"0.5.6": {
"cli": {
"windows": {
Expand Down

0 comments on commit a37a1c0

Please sign in to comment.