From 34018fc5e69ec45127d9992161d27c6938b1a3b5 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 11 May 2023 04:47:02 +0200 Subject: [PATCH] chore: Release cargo-edit version 0.11.11 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30342c75d..9217b25057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## Unreleased - ReleaseDate +## 0.11.11 - 2023-05-11 + `upgrade` - `--locked --dry-run` should error if there are changes diff --git a/Cargo.lock b/Cargo.lock index 544f525109..3a3da1832a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "cargo-edit" -version = "0.11.10" +version = "0.11.11" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d58f8aee76..3928111158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ license = "Apache-2.0 OR MIT" name = "cargo-edit" readme = "README.md" repository = "https://github.com/killercup/cargo-edit" -version = "0.11.10" +version = "0.11.11" edition = "2021" [package.metadata.release]