Skip to content

Commit

Permalink
Release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Mar 26, 2022
1 parent 7fa0054 commit 57a4bb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Changelog

## [Unreleased]
## [0.19.0] - 2022-03-26Z

### Added

- Ignores [workspace members](https://doc.rust-lang.org/cargo/reference/workspaces.html) when checking licenses.
- Ignores [workspace members](https://doc.rust-lang.org/cargo/reference/workspaces.html) when checking licenses. ([#184](https://github.com/qryxip/cargo-equip/pull/184))

### Changed

- Embedded rust-analyzer for expanding procedural macros.
- Embedded rust-analyzer for expanding procedural macros. ([#183](https://github.com/qryxip/cargo-equip/pull/183))

Previously, cargo-equip downloaded rust-analyzer(.exe) from GitHub Releases and used it.

- Requires additional 1.48+ toolchain for compiling proc-macro crates when cargo-equip is used for an old toolchain such as 1.42.
- Requires additional 1.48+ toolchain for compiling proc-macro crates when cargo-equip is used for an old toolchain such as 1.42. ([#183](https://github.com/qryxip/cargo-equip/pull/183))

Previously, 1.47 was compatible.

### Fixed

- Fixed [the issue where cargo-equip cannot expand procedural macros for Rust 1.58+](https://github.com/qryxip/cargo-equip/issues/180).
- Fixed [the issue where cargo-equip cannot expand procedural macros for Rust 1.58+](https://github.com/qryxip/cargo-equip/issues/180). ([#183](https://github.com/qryxip/cargo-equip/pull/183))

## [0.18.1] - 2021-12-23Z

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.18.1"
version = "0.19.0"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A Cargo subcommand to bundle your code into one `.rs` file for competitive programming."
Expand Down

0 comments on commit 57a4bb6

Please sign in to comment.