Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.19.0 #185

Merged
merged 1 commit into from
Mar 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release v0.19.0
  • Loading branch information
qryxip committed Mar 26, 2022
commit 57a4bb66eb424d76f61c7f98df16306fceb587fd
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