diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b36698..082caea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [Unreleased] +## [0.20.1] - 2023-08-06Z ### Fixed -- Fixed `--exclude-atcoder-202301-crates`. +- Fixed `--exclude-atcoder-202301-crates`. ([#200](https://github.com/qryxip/cargo-equip/pull/200)) Previously, it was for the "7/3 freeze". diff --git a/Cargo.lock b/Cargo.lock index aac33ec..7d93313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "cargo-equip" -version = "0.20.1-alpha.1" +version = "0.20.2-alpha.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e132060..498db3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-equip" -version = "0.20.1-alpha.1" +version = "0.20.2-alpha.1" edition = "2018" license = "MIT OR Apache-2.0" description = "A Cargo subcommand to bundle your code into one `.rs` file for competitive programming."