Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed May 11, 2021
1 parent ebcc47d commit a5f8dcf
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,17 +1,17 @@
# Changelog

## [Unreleased]
## [0.12.2] - 2021-05-11Z

### Changed

- Removed `#[allow(clippy::deprecated_cfg_attr)]`.
- Removed `#[allow(clippy::deprecated_cfg_attr)]`. ([#110](https://github.com/qryxip/cargo-equip/pull/110))

```diff
-#[allow(clippy::deprecated_cfg_attr)]#[cfg_attr(rustfmt,rustfmt::skip)]#[allow(unused)]pub mod lib{/* ... */}
+ #[cfg_attr(any() ,rustfmt::skip)]#[allow(unused)]pub mod lib{/* ... */}
```

- Tokens from procedural macros will be minified.
- Tokens from procedural macros will be minified. ([#111](https://github.com/qryxip/cargo-equip/pull/111))

## [0.12.1] - 2021-05-02Z

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.12.1"
version = "0.12.2"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a5f8dcf

Please sign in to comment.