From ab7584dfc118a13b8fe250e34675bc5ce60fa456 Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Tue, 29 Oct 2024 12:08:23 +0100 Subject: [PATCH] Bump version to '0.19.1' --- 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 2d935a12..6c9f6310 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: - - `rust-analyzer` from `0.0.240` to `0.0.241` - - `insta` from `1.40.0` to `1.41.0` - - `anyhow` from `1.0.90` to `1.0.91` +- n/a ### Deprecated @@ -53,6 +50,15 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.19.1] - 2024-10-29 + +### Changed + +- Updated dependencies: + - `rust-analyzer` from `0.0.240` to `0.0.241` + - `insta` from `1.40.0` to `1.41.0` + - `anyhow` from `1.0.90` to `1.0.91` + ## [0.19.0] - 2024-10-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index 614c3d0a..b6d54a32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.19.0" +version = "0.19.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 6ad4551d..caf381bb 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.81.0" -version = "0.19.0" +version = "0.19.1" [dependencies]