Skip to content

Commit

Permalink
chore(main): release 0.0.9 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
  • Loading branch information
flipt-release-bot[bot] authored May 2, 2023
1 parent dbc6046 commit 7d14738
Show file tree
Hide file tree
Showing 4 changed files with 10 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,3 +1,3 @@
{
".": "0.0.8"
".": "0.0.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.9](https://github.com/flipt-io/ffs/compare/v0.0.8...v0.0.9) (2023-05-02)


### Bug Fixes

* upgrade to use flipt-rust with rustls ([dbc6046](https://github.com/flipt-io/ffs/commit/dbc6046f8c98e6fccb5a7847cb3b66dc3817b8c3))

## [0.0.8](https://github.com/flipt-io/ffs/compare/v0.0.7...v0.0.8) (2023-05-02)


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 = "ffs"
version = "0.0.6"
version = "0.0.9"
description = "A CLI tool to find Flipt feature flags in code"
edition = "2021"
authors = ["Flipt Dev <[email protected]>"]
Expand Down

0 comments on commit 7d14738

Please sign in to comment.