Skip to content

Commit 64abff5

Browse files
chore(main): release cargo-featurex 0.1.6 (#23)
🤖 I have created a release *beep* *boop* --- ## [0.1.6](cargo-featurex-v0.1.5...cargo-featurex-v0.1.6) (2023-02-28) ### Dependencies * update rust crate clap to 4.1.6 ([#26](#26)) ([5368c00](5368c00)) * update rust crate clap to 4.1.7 ([#27](#27)) ([277330f](277330f)) * update rust crate clap to 4.1.8 ([#28](#28)) ([df1291b](df1291b)) * update rust crate error-stack to 0.3.1 ([#24](#24)) ([e4eb3e8](e4eb3e8)) * update rust crate serde_json to 1.0.92 ([#22](#22)) ([e8d45a3](e8d45a3)) * update rust crate serde_json to 1.0.93 ([#25](#25)) ([34f53f5](34f53f5)) --- 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 df1291b commit 64abff5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.5"}
1+
{".":"0.1.6"}

CHANGELOG.md

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

3+
## [0.1.6](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.5...cargo-featurex-v0.1.6) (2023-02-28)
4+
5+
6+
### Dependencies
7+
8+
* update rust crate clap to 4.1.6 ([#26](https://github.com/YoloDev/cargo-featurex/issues/26)) ([5368c00](https://github.com/YoloDev/cargo-featurex/commit/5368c0071466b96af50db7b7dff896270c30605a))
9+
* update rust crate clap to 4.1.7 ([#27](https://github.com/YoloDev/cargo-featurex/issues/27)) ([277330f](https://github.com/YoloDev/cargo-featurex/commit/277330f89ed2721ae7dce4fed40118afaa00c143))
10+
* update rust crate clap to 4.1.8 ([#28](https://github.com/YoloDev/cargo-featurex/issues/28)) ([df1291b](https://github.com/YoloDev/cargo-featurex/commit/df1291b0e034e1d0b68b8afa59c9061573e11deb))
11+
* update rust crate error-stack to 0.3.1 ([#24](https://github.com/YoloDev/cargo-featurex/issues/24)) ([e4eb3e8](https://github.com/YoloDev/cargo-featurex/commit/e4eb3e852dd91592b4ac08f32080ec80021ab2ec))
12+
* update rust crate serde_json to 1.0.92 ([#22](https://github.com/YoloDev/cargo-featurex/issues/22)) ([e8d45a3](https://github.com/YoloDev/cargo-featurex/commit/e8d45a32809beb3d80a4e8aff2be340a5828b927))
13+
* update rust crate serde_json to 1.0.93 ([#25](https://github.com/YoloDev/cargo-featurex/issues/25)) ([34f53f5](https://github.com/YoloDev/cargo-featurex/commit/34f53f59bfb83802f1400db451cf4698261f8b2c))
14+
315
## [0.1.5](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.4...cargo-featurex-v0.1.5) (2023-02-04)
416

517

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.5"
3+
version = "0.1.6"
44
edition = "2021"
55
description = "cargo plugin to run tasks against feature powersets"
66
license = "MIT"

0 commit comments

Comments
 (0)