Skip to content

Commit

Permalink
Release v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 6, 2023
1 parent 5a61ef5 commit d2e3279
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.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 d2e3279

Please sign in to comment.