Skip to content

Commit fa9c470

Browse files
chore(main): release cargo-featurex 0.1.15
1 parent ddf03e6 commit fa9c470

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.14"}
1+
{".":"0.1.15"}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.1.15](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.14...cargo-featurex-v0.1.15) (2023-09-03)
4+
5+
6+
### Dependencies
7+
8+
* update rust crate clap to 4.3.22 ([#120](https://github.com/YoloDev/cargo-featurex/issues/120)) ([02441d4](https://github.com/YoloDev/cargo-featurex/commit/02441d40ff861d48ff34024790f2566b2f8c7d4d))
9+
* update rust crate clap to 4.3.23 ([#121](https://github.com/YoloDev/cargo-featurex/issues/121)) ([cf9595c](https://github.com/YoloDev/cargo-featurex/commit/cf9595c30257a83370ff6b5ca7c88198d83256e3))
10+
* update rust crate clap to 4.3.24 ([#124](https://github.com/YoloDev/cargo-featurex/issues/124)) ([8e72be3](https://github.com/YoloDev/cargo-featurex/commit/8e72be3f917c506d1b77a0e46aee89153f3fca90))
11+
* update rust crate clap to 4.4.0 ([#126](https://github.com/YoloDev/cargo-featurex/issues/126)) ([8d25a17](https://github.com/YoloDev/cargo-featurex/commit/8d25a17936b0b21342a042554d68bfc2d19d4156))
12+
* update rust crate clap to 4.4.1 ([#129](https://github.com/YoloDev/cargo-featurex/issues/129)) ([34ab5f5](https://github.com/YoloDev/cargo-featurex/commit/34ab5f5450761fde9a8df4eb7105858cb647ceb4))
13+
* update rust crate clap to 4.4.2 ([#130](https://github.com/YoloDev/cargo-featurex/issues/130)) ([280e5dd](https://github.com/YoloDev/cargo-featurex/commit/280e5ddd8a328800ec45dac3ced28e3c23e7b5e5))
14+
* update rust crate error-stack to 0.4.0 ([#123](https://github.com/YoloDev/cargo-featurex/issues/123)) ([2246482](https://github.com/YoloDev/cargo-featurex/commit/22464823e574c917ef9aa16b7c2fa92ccbce5c75))
15+
* update rust crate serde to 1.0.185 ([#122](https://github.com/YoloDev/cargo-featurex/issues/122)) ([ea0dfe8](https://github.com/YoloDev/cargo-featurex/commit/ea0dfe8f3eb46f6ed12a4171b8574c870f999075))
16+
* update rust crate serde to 1.0.186 ([#125](https://github.com/YoloDev/cargo-featurex/issues/125)) ([3d9a3d7](https://github.com/YoloDev/cargo-featurex/commit/3d9a3d7b6709629df9c188a18e80f4ab169f1f0d))
17+
* update rust crate serde to 1.0.187 ([#127](https://github.com/YoloDev/cargo-featurex/issues/127)) ([28b6f3b](https://github.com/YoloDev/cargo-featurex/commit/28b6f3b05b05c29c755c648c42bb7d95a0d01e8e))
18+
* update rust crate serde to 1.0.188 ([#128](https://github.com/YoloDev/cargo-featurex/issues/128)) ([5237475](https://github.com/YoloDev/cargo-featurex/commit/52374755019e57f1d56474769d6674f1518ddf17))
19+
* update rust crate serde_json to 1.0.105 ([#118](https://github.com/YoloDev/cargo-featurex/issues/118)) ([672f38f](https://github.com/YoloDev/cargo-featurex/commit/672f38fc325081ace1bde47d002864a86eb406bb))
20+
* update rust crate thiserror to 1.0.46 ([#116](https://github.com/YoloDev/cargo-featurex/issues/116)) ([79e40a8](https://github.com/YoloDev/cargo-featurex/commit/79e40a8817bdc26abf5dd58910fa61ac47195e85))
21+
* update rust crate thiserror to 1.0.47 ([#119](https://github.com/YoloDev/cargo-featurex/issues/119)) ([ec1df40](https://github.com/YoloDev/cargo-featurex/commit/ec1df405fe8b2c4f55e0d01d7eb82c3f8f6452e8))
22+
* update rust crate thiserror to 1.0.48 ([#131](https://github.com/YoloDev/cargo-featurex/issues/131)) ([ddf03e6](https://github.com/YoloDev/cargo-featurex/commit/ddf03e607be4c7a2d2b6bf66da82b1b5448bba08))
23+
324
## [0.1.14](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.13...cargo-featurex-v0.1.14) (2023-08-15)
425

526

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-featurex"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
description = "cargo plugin to run tasks against feature powersets"
66
license = "MIT"

0 commit comments

Comments
 (0)