From 72d93fe93a63da304b30e502b43152fa400db90b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 25 Jan 2023 00:33:13 +0900 Subject: [PATCH] Release 0.1.3 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5422b60..09d69fe 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.3] - 2023-01-24 + - Migrate to `toml` 0.6. ([#6](https://github.com/taiki-e/cargo-config2/pull/6)) ## [0.1.2] - 2023-01-10 @@ -28,7 +30,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.2...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-config2/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/taiki-e/cargo-config2/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/taiki-e/cargo-config2/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/taiki-e/cargo-config2/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/taiki-e/cargo-config2/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index d425c31..cc88a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-config2" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR MIT"