Skip to content

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jun 26, 2021
1 parent 82e57cb commit 82c5f4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.16.0] - 2021-06-26Z

### Changed

Expand All @@ -21,7 +21,7 @@

Added `…#proconio:0.3.8` to `--exclude-atcoder-crates`.

- Updated rust-analyzer to `2021-06-21`.
- Updated rust-analyzer to `2021-06-21`. ([#141](https://github.com/qryxip/cargo-equip/pull/141))

## [0.15.0] - 2021-06-11Z

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-equip"
version = "0.15.0"
version = "0.16.0"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -29,7 +29,7 @@ petgraph = "0.5.1"
prettytable-rs = "0.8.0"
proc-macro2 = { version = "1.0.27", features = ["span-locations"] }
quote = "1.0.9"
rand = "0.8.3"
rand = "0.8.4"
semver = "0.11.0"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
Expand Down

0 comments on commit 82c5f4c

Please sign in to comment.