Skip to content

Commit 76bf8ed

Browse files
chore(main): release cargo-featurex 0.1.8 (#31)Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [0.1.8](cargo-featurex-v0.1.7...cargo-featurex-v0.1.8) (2023-03-17) ### Dependencies * update rust crate clap to 4.1.9 ([#37](#37)) ([39ebafe](39ebafe)) * update rust crate serde to 1.0.153 ([#33](#33)) ([8532b8c](8532b8c)) * update rust crate serde to 1.0.154 ([#34](#34)) ([75be7e6](75be7e6)) * update rust crate serde to 1.0.155 ([#35](#35)) ([9ea57bf](9ea57bf)) * update rust crate serde to 1.0.156 ([#36](#36)) ([e60b93b](e60b93b)) * update rust crate serde_json to 1.0.94 ([#30](#30)) ([9cb0c72](9cb0c72)) * update rust crate thiserror to 1.0.39 ([#32](#32)) ([3b35af2](3b35af2)) --- 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>
1 parent 39ebafe commit 76bf8ed

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.7"}
1+
{".":"0.1.8"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.7...cargo-featurex-v0.1.8) (2023-03-17)
4+
5+
6+
### Dependencies
7+
8+
* update rust crate clap to 4.1.9 ([#37](https://github.com/YoloDev/cargo-featurex/issues/37)) ([39ebafe](https://github.com/YoloDev/cargo-featurex/commit/39ebafe504e1e1dd8a7b5d9d123f96fc6e340149))
9+
* update rust crate serde to 1.0.153 ([#33](https://github.com/YoloDev/cargo-featurex/issues/33)) ([8532b8c](https://github.com/YoloDev/cargo-featurex/commit/8532b8cbae133728949cd36318296e11cba2bc1b))
10+
* update rust crate serde to 1.0.154 ([#34](https://github.com/YoloDev/cargo-featurex/issues/34)) ([75be7e6](https://github.com/YoloDev/cargo-featurex/commit/75be7e671b9765aafc895b3b184917ff670d352b))
11+
* update rust crate serde to 1.0.155 ([#35](https://github.com/YoloDev/cargo-featurex/issues/35)) ([9ea57bf](https://github.com/YoloDev/cargo-featurex/commit/9ea57bfe515dcf3cc3caa583cd0a7893cb48cfc0))
12+
* update rust crate serde to 1.0.156 ([#36](https://github.com/YoloDev/cargo-featurex/issues/36)) ([e60b93b](https://github.com/YoloDev/cargo-featurex/commit/e60b93b0f80dbdf5e64f3c049e502e1f8d58d5b4))
13+
* update rust crate serde_json to 1.0.94 ([#30](https://github.com/YoloDev/cargo-featurex/issues/30)) ([9cb0c72](https://github.com/YoloDev/cargo-featurex/commit/9cb0c72ca482e8857000d946fa2c7f1e5f7b5dec))
14+
* update rust crate thiserror to 1.0.39 ([#32](https://github.com/YoloDev/cargo-featurex/issues/32)) ([3b35af2](https://github.com/YoloDev/cargo-featurex/commit/3b35af2e76ab732c4f682cd9fd578ee4926fd967))
15+
316
## [0.1.7](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.6...cargo-featurex-v0.1.7) (2023-02-28)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-featurex"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
description = "cargo plugin to run tasks against feature powersets"
66
license = "MIT"

0 commit comments

Comments
 (0)