Skip to content

Commit

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

## [Unreleased]
## [0.14.0] - 2021-06-06Z

### Added

Expand Down Expand Up @@ -35,7 +35,7 @@

Now you can remove doc comments from [smallvec](https://docs.rs/crate/smallvec).

- Modules in main crates are now supported.
- Modules in main crates are now supported. ([#129](https://github.com/qryxip/cargo-equip/pull/129))

```rust
mod sub {
Expand All @@ -53,13 +53,13 @@

- `#[allow(unused_imports)]` will be always inserted. ([#126](https://github.com/qryxip/cargo-equip/pull/126))

- Updated rust-analyzer to `2021-05-31`.
- Updated rust-analyzer to `2021-05-31`. ([#130](https://github.com/qryxip/cargo-equip/pull/130))

### Fixed

- Fixed order of `#[macro_exported]` macros. ([#126](https://github.com/qryxip/cargo-equip/pull/126))

- Fixed [a problem where `attr`s for attribute macros contain parentheses](https://github.com/qryxip/cargo-equip/issues/128).
- Fixed [a problem where `attr`s for attribute macros contain parentheses](https://github.com/qryxip/cargo-equip/issues/128). ([#130](https://github.com/qryxip/cargo-equip/pull/130))

```rust
#[memoise(n <= 10)]
Expand Down
8 changes: 4 additions & 4 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.13.1"
version = "0.14.0"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]

[dependencies]
anyhow = "1.0.40"
arrayvec = { version = "0.7.0", features = ["serde"] }
arrayvec = { version = "0.7.1", features = ["serde"] }
atty = "0.2.14"
camino = { version = "1.0.4", features = ["serde1"] }
cargo_metadata = "0.13.1"
Expand Down

0 comments on commit 3be2f9b

Please sign in to comment.