Skip to content

Commit

Permalink
chore(main): release 0.0.6 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
flipt-release-bot[bot] authored May 2, 2023
1 parent af4b6ca commit b5fd324
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,3 +1,3 @@
{
".": "0.0.5"
".": "0.0.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.0.6](https://github.com/flipt-io/ffs/compare/v0.0.5...v0.0.6) (2023-05-02)


### Features

* bundle rules with binary ([#15](https://github.com/flipt-io/ffs/issues/15)) ([af4b6ca](https://github.com/flipt-io/ffs/commit/af4b6cac27c79c6ca2682d83e3691785c8a255c4))


### Bug Fixes

* off by one error for lines ([98f2ee6](https://github.com/flipt-io/ffs/commit/98f2ee6a53412ce2003351648317359009693927))

## [0.0.5](https://github.com/flipt-io/ffs/compare/v0.0.4...v0.0.5) (2023-04-30)


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

0 comments on commit b5fd324

Please sign in to comment.