From e03641a0c0c4904367159a08244439b20e9305e3 Mon Sep 17 00:00:00 2001 From: Levi Zim Date: Mon, 7 Oct 2024 11:44:53 +0800 Subject: [PATCH] chore: release 0.6.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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."