Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
flipt-release-bot[bot] authored Feb 3, 2025
1 parent b357414 commit e9fcaf7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flipt-engine-ffi": "0.2.3",
"flipt-engine-wasm": "0.1.2"
"flipt-engine-ffi": "0.2.4",
"flipt-engine-wasm": "0.2.2"
}
7 changes: 7 additions & 0 deletions flipt-engine-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [0.2.4](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.2.3...flipt-engine-ffi-v0.2.4) (2025-02-03)


### Features

* **engine-ffi:** add option to evaluate the flag against the stale cache ([#673](https://github.com/flipt-io/flipt-client-sdks/issues/673)) ([b357414](https://github.com/flipt-io/flipt-client-sdks/commit/b35741416e4e7b530a7e83a301ef3a7741405dc0))

## [0.2.3](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.2.2...flipt-engine-ffi-v0.2.3) (2024-12-18)


Expand Down
2 changes: 1 addition & 1 deletion flipt-engine-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipt-engine-ffi"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions flipt-engine-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-v0.1.2...flipt-engine-wasm-v0.2.2) (2025-02-03)


### Miscellaneous Chores

* release 0.2.2 ([92bbd5f](https://github.com/flipt-io/flipt-client-sdks/commit/92bbd5f71b433c4b45044337176090fbea31d0ce))

## [0.1.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-v0.1.1...flipt-engine-wasm-v0.1.2) (2024-10-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion flipt-engine-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipt-engine-wasm"
version = "0.1.2"
version = "0.2.2"
edition = "2021"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e9fcaf7

Please sign in to comment.