diff --git a/CHANGELOG.md b/CHANGELOG.md index 243fc36f..b96a80c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.6.2-rc.2 +## v0.6.2 - Fix: Update dependencies to get rid of yanked futures-util 0.3.30 - Fix: Ensure build-script is built with the same vendoring feature as the main binary diff --git a/Cargo.lock b/Cargo.lock index 501e8bf2..bed68d26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "tracexec" -version = "0.6.2-rc.2" +version = "0.6.2" dependencies = [ "arboard", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index af6f497e..63d49218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracexec" -version = "0.6.2-rc.2" +version = "0.6.2" edition = "2021" authors = ["Levi Zim "] description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."