From e2a44e5c078196b3ea6e523c972b56b03ab68d96 Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Fri, 6 Oct 2023 20:59:30 +0200 Subject: [PATCH] Bump version to '0.9.4' --- CHANGELOG.md | 14 ++++++++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40174f2..85667f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,7 @@ Please make sure to add your changes to the appropriate categories: ### Changed -- Updated dependencies: - - `clap` from `4.4.5` to `4.4.6` - - `insta` from `1.32.0` to `1.33.0` - - `rust-analyzer` from `0.0.164` to `0.0.177` +- n/a ### Deprecated @@ -53,6 +50,15 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.9.4] - 2023-10-06 + +### Changed + +- Updated dependencies: + - `clap` from `4.4.5` to `4.4.6` + - `insta` from `1.32.0` to `1.33.0` + - `rust-analyzer` from `0.0.164` to `0.0.177` + ## [0.9.3] - 2023-09-26 ### Changed diff --git a/Cargo.lock b/Cargo.lock index a63a1b9..bf05941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 18a1873..d3e4122 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.9.3" +version = "0.9.4" [dependencies]