Skip to content

Commit 4460150

Browse files
chore(main): release cargo-featurex 0.1.16
1 parent 143bf81 commit 4460150

File tree

4 files changed

+13
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [0.1.16](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.15...cargo-featurex-v0.1.16) (2025-08-08)
4+
5+
6+
### Dependencies
7+
8+
* update rust crate cargo-util-schemas to 0.9.0 ([#285](https://github.com/YoloDev/cargo-featurex/issues/285)) ([143bf81](https://github.com/YoloDev/cargo-featurex/commit/143bf8114ff95a15a2c5160e4d2c578c669a1c80))
9+
* update rust crate clap to v4.5.42 ([#281](https://github.com/YoloDev/cargo-featurex/issues/281)) ([0e99319](https://github.com/YoloDev/cargo-featurex/commit/0e993192f5d9f6a5fa8c305635d06d4922aac45d))
10+
* update rust crate clap to v4.5.43 ([#284](https://github.com/YoloDev/cargo-featurex/issues/284)) ([e0c695d](https://github.com/YoloDev/cargo-featurex/commit/e0c695d6025de6f718a5809486cf484f2c0dc494))
11+
* update rust crate serde_json to v1.0.142 ([#283](https://github.com/YoloDev/cargo-featurex/issues/283)) ([7f838ca](https://github.com/YoloDev/cargo-featurex/commit/7f838cad9fb0565deb666a94e65d9fafed69aa71))
12+
313
## [0.1.15](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.14...cargo-featurex-v0.1.15) (2025-07-20)
414

515

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

0 commit comments

Comments
 (0)