Skip to content

Commit

Permalink
chore(main): release cargo-featurex 0.1.6 (#23)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.6](cargo-featurex-v0.1.5...cargo-featurex-v0.1.6)
(2023-02-28)


### Dependencies

* update rust crate clap to 4.1.6
([#26](#26))
([5368c00](5368c00))
* update rust crate clap to 4.1.7
([#27](#27))
([277330f](277330f))
* update rust crate clap to 4.1.8
([#28](#28))
([df1291b](df1291b))
* update rust crate error-stack to 0.3.1
([#24](#24))
([e4eb3e8](e4eb3e8))
* update rust crate serde_json to 1.0.92
([#22](#22))
([e8d45a3](e8d45a3))
* update rust crate serde_json to 1.0.93
([#25](#25))
([34f53f5](34f53f5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 28, 2023
1 parent df1291b commit 64abff5
Show file tree
Hide file tree
Showing 4 changed files with 15 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.5"}
{".":"0.1.6"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.6](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.5...cargo-featurex-v0.1.6) (2023-02-28)


### Dependencies

* update rust crate clap to 4.1.6 ([#26](https://github.com/YoloDev/cargo-featurex/issues/26)) ([5368c00](https://github.com/YoloDev/cargo-featurex/commit/5368c0071466b96af50db7b7dff896270c30605a))
* update rust crate clap to 4.1.7 ([#27](https://github.com/YoloDev/cargo-featurex/issues/27)) ([277330f](https://github.com/YoloDev/cargo-featurex/commit/277330f89ed2721ae7dce4fed40118afaa00c143))
* update rust crate clap to 4.1.8 ([#28](https://github.com/YoloDev/cargo-featurex/issues/28)) ([df1291b](https://github.com/YoloDev/cargo-featurex/commit/df1291b0e034e1d0b68b8afa59c9061573e11deb))
* update rust crate error-stack to 0.3.1 ([#24](https://github.com/YoloDev/cargo-featurex/issues/24)) ([e4eb3e8](https://github.com/YoloDev/cargo-featurex/commit/e4eb3e852dd91592b4ac08f32080ec80021ab2ec))
* update rust crate serde_json to 1.0.92 ([#22](https://github.com/YoloDev/cargo-featurex/issues/22)) ([e8d45a3](https://github.com/YoloDev/cargo-featurex/commit/e8d45a32809beb3d80a4e8aff2be340a5828b927))
* update rust crate serde_json to 1.0.93 ([#25](https://github.com/YoloDev/cargo-featurex/issues/25)) ([34f53f5](https://github.com/YoloDev/cargo-featurex/commit/34f53f59bfb83802f1400db451cf4698261f8b2c))

## [0.1.5](https://github.com/YoloDev/cargo-featurex/compare/cargo-featurex-v0.1.4...cargo-featurex-v0.1.5) (2023-02-04)


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.5"
version = "0.1.6"
edition = "2021"
description = "cargo plugin to run tasks against feature powersets"
license = "MIT"
Expand Down

0 comments on commit 64abff5

Please sign in to comment.