From fb601a5549c4464e0bd7e1d50c97a25093bf208c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Mon, 7 Dec 2020 22:31:28 +0900 Subject: [PATCH] Release v0.9.1 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db88d3c..9fd1d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [Unreleased] +## [0.9.1] - 2020-12-07Z ### Changed -- Changed the format of `"# Bundled libraries"`. +- Changed the format of `"# Bundled libraries"`. ([#72](https://github.com/qryxip/cargo-equip/pull/72)) ```rust //! - `ac-library-rs-parted-internal-math 0.1.0 (git+https://github.com/qryxip/ac-library-rs-parted#3fc14c009609d8f0a3db8332493dafe457c3460f)` as `crate::__ac_library_rs_parted_internal_math_0_1_0` (license: `CC0-1.0`, repository: https://github.com/qryxip/ac-library-rs-parted) diff --git a/Cargo.lock b/Cargo.lock index f735ea5..e8ddc4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cargo-equip" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 4a79b09..3e9e483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-equip" -version = "0.9.0" +version = "0.9.1" authors = ["Ryo Yamashita "] edition = "2018" license = "MIT OR Apache-2.0"