Skip to content

Commit 1f304fd

Browse files
chore(main): release cargo-featurex 0.1.16
1 parent ea1b8b3 commit 1f304fd

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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-31)
4+
5+
6+
### Dependencies
7+
8+
* update rust crate cargo_metadata to 0.22.0 ([#290](https://github.com/YoloDev/cargo-featurex/issues/290)) ([08b2271](https://github.com/YoloDev/cargo-featurex/commit/08b2271fac49fe992ad6d5424eabb9c9baa6f76d))
9+
* 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))
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
* update rust crate clap to v4.5.46 ([#293](https://github.com/YoloDev/cargo-featurex/issues/293)) ([a88ceb5](https://github.com/YoloDev/cargo-featurex/commit/a88ceb5ffba6f7fd782aa178954698c7ba6d8b02))
15+
* update rust crate error-stack to 0.6.0 ([#294](https://github.com/YoloDev/cargo-featurex/issues/294)) ([ea1b8b3](https://github.com/YoloDev/cargo-featurex/commit/ea1b8b30ad488b329c2857a8a401da03507f2fed))
16+
* 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))
17+
* update rust crate serde_json to v1.0.143 ([#291](https://github.com/YoloDev/cargo-featurex/issues/291)) ([add4cda](https://github.com/YoloDev/cargo-featurex/commit/add4cdaa208108bf107b87a6a620aaa8681b535d))
18+
* 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))
19+
* 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))
20+
* update rust crate thiserror to v2.0.16 ([#292](https://github.com/YoloDev/cargo-featurex/issues/292)) ([c7507f3](https://github.com/YoloDev/cargo-featurex/commit/c7507f3cc4d039d1fb25a6bcf70998f864822d6c))
21+
322
## [0.1.15](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.14...cargo-featurex-v0.1.15) (2025-07-20)
423

524

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)