From d2e32798fdce007e4be5da61e637dbf97581bed0 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 6 Aug 2023 21:08:06 +0900 Subject: [PATCH 1/2] Release v0.20.1 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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..c0220fd 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.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e132060..b7419ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-equip" -version = "0.20.1-alpha.1" +version = "0.20.1" edition = "2018" license = "MIT OR Apache-2.0" description = "A Cargo subcommand to bundle your code into one `.rs` file for competitive programming." From abc3103764126fb82a21adb1622083b1236cde5c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 6 Aug 2023 21:15:41 +0900 Subject: [PATCH 2/2] Start next development iteration 0.20.2-alpha.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0220fd..7d93313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "cargo-equip" -version = "0.20.1" +version = "0.20.2-alpha.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b7419ab..498db3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-equip" -version = "0.20.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."