From 7a574c1594f6b56186476df86609652c2dca3fef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:42:44 +0100 Subject: [PATCH] chore(main): release cargo-featurex 0.1.2 (#4) :robot: I have created a release *beep* *boop* --- ## [0.1.2](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.1...cargo-featurex-v0.1.2) (2022-12-15) ### Bug Fixes * handle more cases ([b236c76](https://github.com/YoloDev/cargo-featurex/commit/b236c76856bf6aa7fee9601464986734a4c87786)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1cf1e5..6ed2e48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} +{".":"0.1.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b34d2..9cd8785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.1...cargo-featurex-v0.1.2) (2022-12-15) + + +### Bug Fixes + +* handle more cases ([b236c76](https://github.com/YoloDev/cargo-featurex/commit/b236c76856bf6aa7fee9601464986734a4c87786)) + ## [0.1.1](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.0...cargo-featurex-v0.1.1) (2022-12-14) diff --git a/Cargo.lock b/Cargo.lock index 8f24901..52d9e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "cargo-featurex" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytemuck", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 41d794e..564ce93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-featurex" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "cargo plugin to run tasks against feature powersets" license = "MIT"