Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jul 3, 2021
1 parent 9afeffb commit d5a712e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## [Unreleased]
## [0.17.0] - 2021-07-03Z

### Changed

- Improved the help.
- Improved the help. ([#143](https://github.com/qryxip/cargo-equip/pull/143))

Now you can read the detailed help with `--help` while `cargo equip -h` still prints a short and concise overview.

- Changed the format.
- Changed the format. ([#144](https://github.com/qryxip/cargo-equip/pull/144))

- Moved `__bundled` to `__cargo_equip::crates`.
- Moved `__bundled::*::__macros` to `__cargo_equip::macros`.
Expand Down Expand Up @@ -38,7 +38,7 @@
};
```

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

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

Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-equip"
version = "0.16.0"
version = "0.17.0"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ semver = "0.11.0"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
shell-escape = "0.1.5"
smol_str = { version = "0.1.17", features = ["serde"] }
smol_str = { version = "0.1.18", features = ["serde"] }
spdx = "0.4.1"
structopt = "0.3.21"
syn = { version = "1.0.73", features = ["extra-traits", "full", "parsing", "visit"] }
Expand All @@ -49,4 +49,4 @@ xshell = "0.1.14"
difference = "2.0.0"
insta = "1.7.1"
md5 = "0.7.0"
test-case = "1.1.0"
test-case = "1.2.0"

0 comments on commit d5a712e

Please sign in to comment.