diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1eafc330..c163beca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/flipt-engine-ffi/CHANGELOG.md b/flipt-engine-ffi/CHANGELOG.md index d3bd09c2..58da0fca 100644 --- a/flipt-engine-ffi/CHANGELOG.md +++ b/flipt-engine-ffi/CHANGELOG.md @@ -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) diff --git a/flipt-engine-ffi/Cargo.toml b/flipt-engine-ffi/Cargo.toml index bc50878c..7f8418b3 100644 --- a/flipt-engine-ffi/Cargo.toml +++ b/flipt-engine-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipt-engine-ffi" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["Flipt Devs "] license = "MIT" diff --git a/flipt-engine-wasm/CHANGELOG.md b/flipt-engine-wasm/CHANGELOG.md index cced03f0..20c81ac5 100644 --- a/flipt-engine-wasm/CHANGELOG.md +++ b/flipt-engine-wasm/CHANGELOG.md @@ -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 diff --git a/flipt-engine-wasm/Cargo.toml b/flipt-engine-wasm/Cargo.toml index 9cfcf6ef..3b7d38f8 100644 --- a/flipt-engine-wasm/Cargo.toml +++ b/flipt-engine-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipt-engine-wasm" -version = "0.1.2" +version = "0.2.2" edition = "2021" authors = ["Flipt Devs "] license = "MIT"