From 848f051380c1132f4c227c2499d867a9a14f9f8e Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Wed, 5 Jun 2024 11:08:07 +0200 Subject: [PATCH] Bump version to '0.16.2' --- 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 42879123..42a5ff55 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.217` to `0.0.218` +- n/a ### Deprecated @@ -51,6 +50,13 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.16.2] - 2024-06-05 + +### Changed + +- Updated dependencies: + - `rust-analyzer` from `0.0.217` to `0.0.218` + ## [0.16.1] - 2024-05-29 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 8aa06eaa..dff80d80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.16.1" +version = "0.16.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 20a04bb5..8fd6f3ed 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.78.0" -version = "0.16.1" +version = "0.16.2" [dependencies]