From ddf5234b79ebc6fa0cffff73a079e715d099022f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 18 Nov 2023 02:18:44 +0900 Subject: [PATCH] Release 0.1.16 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff924e5..c145143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.1.16] - 2023-11-17 + - Support `target.'cfg(..)'.linker` [that added in Cargo 1.74](https://github.com/rust-lang/cargo/pull/12535). ## [0.1.15] - 2023-10-24 @@ -84,7 +86,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/cargo-config2/compare/v0.1.15...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-config2/compare/v0.1.16...HEAD +[0.1.16]: https://github.com/taiki-e/cargo-config2/compare/v0.1.15...v0.1.16 [0.1.15]: https://github.com/taiki-e/cargo-config2/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/taiki-e/cargo-config2/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/taiki-e/cargo-config2/compare/v0.1.12...v0.1.13 diff --git a/Cargo.toml b/Cargo.toml index 768cd1d..da1c99b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-config2" -version = "0.1.15" +version = "0.1.16" edition = "2021" rust-version = "1.67" license = "Apache-2.0 OR MIT"