Skip to content

Commit

Permalink
chore(main): release cargo-featurex 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 19, 2023
1 parent cf9595c commit ed43577
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.14"}
{".":"0.1.15"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.15](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.14...cargo-featurex-v0.1.15) (2023-08-19)


### Dependencies

* 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))
* 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))
* 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))
* 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))
* 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))

## [0.1.14](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.13...cargo-featurex-v0.1.14) (2023-08-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-featurex"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
description = "cargo plugin to run tasks against feature powersets"
license = "MIT"
Expand Down

0 comments on commit ed43577

Please sign in to comment.