From 3cddc40f500cdd5a62f64d90f0cc528468ac4628 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 11 May 2023 04:20:37 +0200 Subject: [PATCH] chore: Release cargo-edit version 0.11.10 --- 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 b6f78a603b..c075fa4456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## Unreleased - ReleaseDate +## 0.11.10 - 2023-05-11 + ### Fixes - In summary lists, coalece long lists diff --git a/Cargo.lock b/Cargo.lock index 1faf15efb0..544f525109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "cargo-edit" -version = "0.11.9" +version = "0.11.10" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d1c582dade..d58f8aee76 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.9" +version = "0.11.10" edition = "2021" [package.metadata.release]