Skip to content

Commit

Permalink
Merge pull request #201 from qryxip/release-v0.20.1
Browse files Browse the repository at this point in the history
Release v0.20.1
  • Loading branch information
qryxip authored Aug 6, 2023
2 parents 5a61ef5 + abc3103 commit 1e71d4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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".

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 1e71d4d

Please sign in to comment.