diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3df6830..1a70d7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.14"} +{".":"0.1.15"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7621350..28b3f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.15](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.14...cargo-featurex-v0.1.15) (2023-08-19) + + +### Dependencies + +* update rust crate clap to 4.3.22 ([#120](https://github.com/YoloDev/cargo-featurex/issues/120)) ([02441d4](https://github.com/YoloDev/cargo-featurex/commit/02441d40ff861d48ff34024790f2566b2f8c7d4d)) +* update rust crate clap to 4.3.23 ([#121](https://github.com/YoloDev/cargo-featurex/issues/121)) ([cf9595c](https://github.com/YoloDev/cargo-featurex/commit/cf9595c30257a83370ff6b5ca7c88198d83256e3)) +* update rust crate serde_json to 1.0.105 ([#118](https://github.com/YoloDev/cargo-featurex/issues/118)) ([672f38f](https://github.com/YoloDev/cargo-featurex/commit/672f38fc325081ace1bde47d002864a86eb406bb)) +* update rust crate thiserror to 1.0.46 ([#116](https://github.com/YoloDev/cargo-featurex/issues/116)) ([79e40a8](https://github.com/YoloDev/cargo-featurex/commit/79e40a8817bdc26abf5dd58910fa61ac47195e85)) +* update rust crate thiserror to 1.0.47 ([#119](https://github.com/YoloDev/cargo-featurex/issues/119)) ([ec1df40](https://github.com/YoloDev/cargo-featurex/commit/ec1df405fe8b2c4f55e0d01d7eb82c3f8f6452e8)) + ## [0.1.14](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.13...cargo-featurex-v0.1.14) (2023-08-15) diff --git a/Cargo.lock b/Cargo.lock index e6ee7a8..9adbdff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "cargo-featurex" -version = "0.1.14" +version = "0.1.15" dependencies = [ "bitarr", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 053c759..3ef4988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-featurex" -version = "0.1.14" +version = "0.1.15" edition = "2021" description = "cargo plugin to run tasks against feature powersets" license = "MIT"