Skip to content

Commit

Permalink
Release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed May 2, 2021
1 parent 9837693 commit b9eb114
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.12.1] - 2021-05-02Z

### Fixed

- Recognizes `#[macro_export(local_inner_macros)]`.
- Recognizes `#[macro_export(local_inner_macros)]`. ([#105](https://github.com/qryxip/cargo-equip/pull/105))

- Fixed a problem where `$crate`s are not replaced with `$crate::lib_name` in a certain case.
- Fixed a problem where `$crate`s are not replaced with `$crate::lib_name` in a certain case. ([#106](https://github.com/qryxip/cargo-equip/pull/105))

- Fixed a problem where `--remove` option could not be used for CRLF code.
- Fixed a problem where `--remove` option could not be used for CRLF code. ([#106](https://github.com/qryxip/cargo-equip/pull/105))

With the above 3 fixtures, you can bundle [proconio](https://docs.rs/crate/proconio).

Expand Down
14 changes: 7 additions & 7 deletions 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.0"
version = "0.12.1"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b9eb114

Please sign in to comment.