Skip to content

Commit

Permalink
Release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 23, 2021
1 parent d71253b commit 10f84e1
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 148 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@

### Added

- (also applied to the previous versions unless `--locked`) Updated [syn](https://docs.rs/crate/syn) to v1.0.76.
- (also applied to the previous versions unless `--locked`) Updated [syn](https://docs.rs/crate/syn) to v1.0.83.

- [Now accepts some nightly-only syntaxes](https://github.com/dtolnay/syn/pull/1070).
- Now accepts some nightly-only syntaxes
- [Now accepts trailing `+` in _TypeParamBounds_](https://github.com/dtolnay/syn/pull/1074).

### Fixed

- Now outputs from `lib`/`bin` crates are `check`ed without `test` flag.
- Now outputs from `lib`/`bin` crates are `check`ed without `test` flag. ([#177](https://github.com/qryxip/cargo-equip/pull/177))

Previously, `#[test]`s without `#[cfg(test)]` are unintentionally `check`ed.

- Fixed a problem where file paths are not masked in the `# License and Copyright Notices` section. ([#178](https://github.com/qryxip/cargo-equip/pull/178) by [@SGThr7](https://github.com/SGThr7))

## [0.18.0] - 2021-09-07Z

### Added
Expand Down
Loading

0 comments on commit 10f84e1

Please sign in to comment.