Skip to content

Commit 2f5e7d6

Browse files
chore(main): release cargo-featurex 0.1.16
1 parent 696405d commit 2f5e7d6

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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-17)
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 clap to v4.5.44 ([#286](https://github.com/YoloDev/cargo-featurex/issues/286)) ([f4068af](https://github.com/YoloDev/cargo-featurex/commit/f4068af62f8a69a7e436d373543adf24aab130c1))
12+
* update rust crate clap to v4.5.45 ([#288](https://github.com/YoloDev/cargo-featurex/issues/288)) ([3834148](https://github.com/YoloDev/cargo-featurex/commit/3834148bc3a20dbe0c224a272a81b4428f7412b8))
13+
* 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))
14+
* update rust crate thiserror to v2.0.14 ([#287](https://github.com/YoloDev/cargo-featurex/issues/287)) ([a1110f0](https://github.com/YoloDev/cargo-featurex/commit/a1110f0d59e877b3c8b32df10407aae30583f151))
15+
* update rust crate thiserror to v2.0.15 ([#289](https://github.com/YoloDev/cargo-featurex/issues/289)) ([696405d](https://github.com/YoloDev/cargo-featurex/commit/696405dcc8fc4d1f3077030b0f2dcad3fcffdf14))
16+
317
## [0.1.15](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.14...cargo-featurex-v0.1.15) (2025-07-20)
418

519

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)