Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(main): release flipt 0.5.0 (#31)
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 Oct 31, 2023
1 parent 662e6bd commit b3ea018
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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.4.6"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/flipt-io/flipt-rust/compare/flipt-v0.4.6...flipt-v0.5.0) (2023-10-31)


### Features

* add flag_key to VariantEvaluationResponse and BooleanEvaluationResponse ([#29](https://github.com/flipt-io/flipt-rust/issues/29)) ([7651a6b](https://github.com/flipt-io/flipt-rust/commit/7651a6bea8f0817e7f5035d23d52d32c9824079c))


### Miscellaneous Chores

* release 0.5.0 ([662e6bd](https://github.com/flipt-io/flipt-rust/commit/662e6bdaeafe562ec3c44ce2e3b994b2418ce4f6))

## [0.4.6](https://github.com/flipt-io/flipt-rust/compare/flipt-v0.4.5...flipt-v0.4.6) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "flipt"
description = "Official Rust SDK for Flipt"
repository = "https://github.com/flipt-io/flipt-rust.git"
version = "0.4.6"
version = "0.5.0"
edition = "2021"
authors = ["Brett Buddin <brett@buddin.org>", "Flipt Developers <dev@flipt.io>"]
readme = "README.md"
Expand Down

0 comments on commit b3ea018

Please sign in to comment.