Skip to content

Commit

Permalink
Merge pull request #44 from lucab/release-0.6.2
Browse files Browse the repository at this point in the history
Release 0.6.2
  • Loading branch information
lucab committed Nov 10, 2022
2 parents e62c9e4 + 5e6dcbf commit 465a1b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memfd"
version = "0.6.2-alpha.0"
version = "0.6.2"
edition = "2018"
authors = [
"Luca Bruno <lucab@lucabruno.net>",
Expand All @@ -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
Expand Down

0 comments on commit 465a1b4

Please sign in to comment.