diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5e98bc..33d49db6 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.244` to `0.0.245` +- n/a ### Deprecated @@ -51,6 +50,13 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.20.1] - 2024-11-20 + +### Changed + +- Updated dependencies: + - `rust-analyzer` from `0.0.244` to `0.0.245` + ## [0.20.0] - 2024-11-16 ### Changed diff --git a/Cargo.lock b/Cargo.lock index a9c326d0..5b04f9a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.20.0" +version = "0.20.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 642d4df4..88de1306 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.82.0" -version = "0.20.0" +version = "0.20.1" [dependencies]