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.4.6 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
flipt-release-bot[bot] authored Aug 1, 2023
1 parent bf97fd2 commit 95f752f
Show file tree
Hide file tree
Showing 3 changed files with 11 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.5"
".": "0.4.6"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Features

* **evaluate_v2:** Add evaluate code for new v2 endpoints ([ee77b91](https://github.com/flipt-io/flipt-rust/commit/ee77b91f8aa68fa55bf2c1ad1fae3458c4e2eeb7))
* **rollouts:** feat(rollouts): ([82407b6](https://github.com/flipt-io/flipt-rust/commit/82407b6101ee0df20eb050f36745f1c612fc26c2))
* **rollouts:** Add CRUD code for rollouts ([4c605a0](https://github.com/flipt-io/flipt-rust/commit/4c605a065c19b118125ddb6099587b080aa9f022))

## [0.4.5](https://github.com/flipt-io/flipt-rust/compare/flipt-v0.4.4...flipt-v0.4.5) (2023-05-24)


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.5"
version = "0.4.6"
edition = "2021"
authors = ["Brett Buddin <[email protected]>", "Flipt Developers <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 95f752f

Please sign in to comment.