From dba688a2a652df6b2c02f61e1393894128a0ad6b Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Sat, 25 Nov 2023 17:09:22 +0100 Subject: [PATCH] Bump version to '0.11.1' --- CHANGELOG.md | 10 ++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8808c7ca..b8ea7706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,7 @@ Please make sure to add your changes to the appropriate categories: ### Changed -- Updated dependencies: - - `rust-analyzer` from `0.0.185` to `0.0.186` +- n/a ### Deprecated @@ -51,6 +50,13 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.11.1] - 2023-11-25 + +### Changed + +- Updated dependencies: + - `rust-analyzer` from `0.0.185` to `0.0.186` + ## [0.11.0] - 2023-11-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index 89d7795b..fd9df4fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 994b7ef3..9533252b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "cargo-modules" readme = "README.md" repository = "https://github.com/regexident/cargo-modules" rust-version = "1.68.2" -version = "0.11.0" +version = "0.11.1" [dependencies]