From 0fd97cd769bc47b24b1bfb4af9eccdde2ea35eba Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:22:37 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 2 +- flipt-engine-ffi/CHANGELOG.md | 26 ++++++++++++++++++++++++++ flipt-engine-ffi/Cargo.toml | 2 +- flipt-engine-wasm/CHANGELOG.md | 7 +++++++ flipt-engine-wasm/Cargo.toml | 2 +- 5 files changed, 36 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b59d71a..c1725b81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "flipt-engine-ffi": "0.2.2", - "flipt-engine-wasm": "0.1.2" + "flipt-engine-wasm": "0.2.2" } diff --git a/flipt-engine-ffi/CHANGELOG.md b/flipt-engine-ffi/CHANGELOG.md index 49a4dc81..637399f5 100644 --- a/flipt-engine-ffi/CHANGELOG.md +++ b/flipt-engine-ffi/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog +## [0.2.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.2.2...flipt-engine-ffi-v0.2.2) (2024-11-24) + + +### Features + +* add dart client ([#351](https://github.com/flipt-io/flipt-client-sdks/issues/351)) ([2cd64f8](https://github.com/flipt-io/flipt-client-sdks/commit/2cd64f80e782eed30069694408ff524cbe66ae5e)) +* add support for default variant eval ([#309](https://github.com/flipt-io/flipt-client-sdks/issues/309)) ([ad88594](https://github.com/flipt-io/flipt-client-sdks/commit/ad88594b3f56acf62a72ca6c988409eb07c89a65)) +* build java musl lib ([#420](https://github.com/flipt-io/flipt-client-sdks/issues/420)) ([5a9b3fc](https://github.com/flipt-io/flipt-client-sdks/commit/5a9b3fcf0fc00aba237328c1f2ff22198a97268e)) +* support etags in clients ([#299](https://github.com/flipt-io/flipt-client-sdks/issues/299)) ([e2acce3](https://github.com/flipt-io/flipt-client-sdks/commit/e2acce311f7531cfba831112222e7c63cb364759)) + + +### Bug Fixes + +* **engine-ffi:** return error to caller on connection or parse json failures ([#254](https://github.com/flipt-io/flipt-client-sdks/issues/254)) ([aaf3377](https://github.com/flipt-io/flipt-client-sdks/commit/aaf33775ee0d61e94dab5043f7337f330a208cbf)) +* **ffi:** handle errors from http response ([#347](https://github.com/flipt-io/flipt-client-sdks/issues/347)) ([0c86da9](https://github.com/flipt-io/flipt-client-sdks/commit/0c86da9e4cf13e827266c6e7019db76b41019cdf)), closes [#346](https://github.com/flipt-io/flipt-client-sdks/issues/346) + + +### Miscellaneous Chores + +* release 0.1.12 ([b6ee0e1](https://github.com/flipt-io/flipt-client-sdks/commit/b6ee0e1147dbdead09f8d64903ef5ab7d9fb2b94)) +* release 0.1.16 ([ffa7c53](https://github.com/flipt-io/flipt-client-sdks/commit/ffa7c535b7023eb218a78e949548b3fd6df4dd9d)) +* release 0.1.20 ([012626d](https://github.com/flipt-io/flipt-client-sdks/commit/012626dd75499d5c523967a4d7a539678e7b5f99)) +* release 0.2.0 ([fa9fcd3](https://github.com/flipt-io/flipt-client-sdks/commit/fa9fcd3a6613fe91576d1f5081073bf621532116)) +* release 0.2.2 ([2fae750](https://github.com/flipt-io/flipt-client-sdks/commit/2fae750535c03b746e8af2e693ef262a6ca7ca77)) +* release 0.2.2 ([92bbd5f](https://github.com/flipt-io/flipt-client-sdks/commit/92bbd5f71b433c4b45044337176090fbea31d0ce)) + ## [0.2.0](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.20...flipt-engine-ffi-v0.2.0) (2024-10-20) diff --git a/flipt-engine-ffi/Cargo.toml b/flipt-engine-ffi/Cargo.toml index 44965b44..20921da9 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.1" +version = "0.2.2" edition = "2021" authors = ["Flipt Devs "] license = "MIT" diff --git a/flipt-engine-wasm/CHANGELOG.md b/flipt-engine-wasm/CHANGELOG.md index f3b863a4..11cf95ca 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) (2024-11-24) + + +### 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) 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" From f6d521cc112bc9c169c9151ac4fb3fc444f0cf7d Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:25:30 -0500 Subject: [PATCH 2/2] chore: undo wasm version bump Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- .release-please-manifest.json | 2 +- flipt-engine-wasm/CHANGELOG.md | 8 -------- flipt-engine-wasm/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c1725b81..7b59d71a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "flipt-engine-ffi": "0.2.2", - "flipt-engine-wasm": "0.2.2" + "flipt-engine-wasm": "0.1.2" } diff --git a/flipt-engine-wasm/CHANGELOG.md b/flipt-engine-wasm/CHANGELOG.md index 11cf95ca..cced03f0 100644 --- a/flipt-engine-wasm/CHANGELOG.md +++ b/flipt-engine-wasm/CHANGELOG.md @@ -1,15 +1,7 @@ # 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) (2024-11-24) - - -### 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 * build java musl lib ([#420](https://github.com/flipt-io/flipt-client-sdks/issues/420)) ([5a9b3fc](https://github.com/flipt-io/flipt-client-sdks/commit/5a9b3fcf0fc00aba237328c1f2ff22198a97268e)) diff --git a/flipt-engine-wasm/Cargo.toml b/flipt-engine-wasm/Cargo.toml index 3b7d38f8..9cfcf6ef 100644 --- a/flipt-engine-wasm/Cargo.toml +++ b/flipt-engine-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipt-engine-wasm" -version = "0.2.2" +version = "0.1.2" edition = "2021" authors = ["Flipt Devs "] license = "MIT"