Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Aug 31, 2021
1 parent 97a329c commit 3d6cabb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ The format is based on [Keep a Changelog] and this project adheres to

## [Unreleased]

## [0.2.0] - 2021-08-31

### Fixed

- Fixed recursion in `rustc_link_search!(…)`.
- Removed redundant `$x:literal` macro patterns.

### Added

- [`rustc_link_arg!`](https://docs.rs/cargo-emit/0.2.0/cargo_emit/macro.rustc_link_arg.html)
- [`rustc_link_arg_bin!`](https://docs.rs/cargo-emit/0.2.0/cargo_emit/macro.rustc_link_arg_bin.html)
- [`rustc_link_arg_bins!`](https://docs.rs/cargo-emit/0.2.0/cargo_emit/macro.rustc_link_arg_bins.html)
- 40 snapshot tests (using [insta](https://crates.io/crates/insta))
- Optional `to:` parameter for writing into a `std::fmt::Write` or `io::fmt::Write`.
- `rustc_link_arg!($arg)` macro equivalent to `cargo:rustc-link-arg=$arg`
- `rustc_link_arg_bin!($bin => $arg)` macro equivalent to `cargo:rustc-link-arg-bin=$bin=$arg`
- `rustc_link_arg_bins!($arg)` macro equivalent to `cargo:rustc-link-arg-bins=$arg`

# Removed

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-emit"
version = "0.1.1"
authors = ["Nikolai Vazquez"]
version = "0.2.0"
authors = ["Nikolai Vazquez", "Vincent Esche"]
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/nvzqz/cargo-emit"
Expand Down

0 comments on commit 3d6cabb

Please sign in to comment.