Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 24, 2020
1 parent af5fe2f commit dffc0ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [Unreleased]
## [0.6.0] - 2020-10-24Z

### Added

- Added `--resolve-cfgs` option.
- Added `--resolve-cfgs` option. ([#35](https://github.com/qryxip/cargo-equip/pull/35))

This option removes:

Expand All @@ -13,7 +13,7 @@

### Removed

- Removed `--remove test-items` option.
- Removed `--remove test-items` option. ([#35](https://github.com/qryxip/cargo-equip/pull/35))

Use `--resolve-cfgs` instead.

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
Expand Up @@ -3,7 +3,7 @@ members = ["cargo_equip_marker"]

[package]
name = "cargo-equip"
version = "0.5.3"
version = "0.6.0"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit dffc0ad

Please sign in to comment.