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.5 (#25)
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 24, 2023
1 parent e720108 commit f25a3bd
Show file tree
Hide file tree
Showing 3 changed files with 10 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.4"
".": "0.4.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* add datetime comparison type ([#24](https://github.com/flipt-io/flipt-rust/issues/24)) ([e720108](https://github.com/flipt-io/flipt-rust/commit/e720108bcac2e9c7c3aac817a02722a3b7bf6b8c))
* add description to constraint on client ([2a46798](https://github.com/flipt-io/flipt-rust/commit/2a46798105e4459c806f5a9e34e7728d2e8c7d58))

## [0.4.4](https://github.com/flipt-io/flipt-rust/compare/flipt-v0.4.3...flipt-v0.4.4) (2023-05-02)


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

0 comments on commit f25a3bd

Please sign in to comment.