diff --git a/CHANGELOG.md b/CHANGELOG.md index b00f71e..e7a6e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,13 +20,11 @@ Please make sure to add your changes to the appropriate categories: ### Added -- Added CLI flag `--version` for printing the version. +- n/a ### Changed -- Updated dependencies: - - `libc` from `0.2.164` to `0.2.166` - - `rust-analyzer` from `0.0.245` to `0.0.246` +- n/a ### Deprecated @@ -52,6 +50,18 @@ Please make sure to add your changes to the appropriate categories: - n/a +## [0.20.2] - 2024-11-27 + +### Added + +- Added CLI flag `--version` for printing the version. + +### Changed + +- Updated dependencies: + - `libc` from `0.2.164` to `0.2.166` + - `rust-analyzer` from `0.0.245` to `0.0.246` + ## [0.20.1] - 2024-11-20 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 7cc38df..4249729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "cargo-modules" -version = "0.20.1" +version = "0.20.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index fb820d2..a4b7494 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.1" +version = "0.20.2" [dependencies]