From 85800af308664ffdff55398f5c1ea0f0f3697404 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 8 Nov 2022 09:35:58 +0000 Subject: [PATCH 1/2] cargo: update cargo-release metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4346515..4a909dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ exclude = [".gitignore", ".travis.yml"] rustix = { version = "0.36.0", features = ["fs"] } [package.metadata.release] -disable-publish = true -disable-push = true +publish = false +push = false post-release-commit-message = "cargo: development version bump" pre-release-commit-message = "cargo: memfd release {{version}}" sign-commit = true From 5e6dcbf9cd1f3096aef9e6f80c257d3a77f3c457 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 8 Nov 2022 09:46:40 +0000 Subject: [PATCH 2/2] cargo: memfd release 0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a909dd..045c50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memfd" -version = "0.6.2-alpha.0" +version = "0.6.2" edition = "2018" authors = [ "Luca Bruno ",