From b2cfa6affc8ce9f5ab0c6bb7c726c9e3cf3a34c8 Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:17:49 -0500 Subject: [PATCH] chore: release main (#48) Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 8 ++++---- flipt-client-go/CHANGELOG.md | 20 ++++++++++++++++++++ flipt-client-node/CHANGELOG.md | 20 ++++++++++++++++++++ flipt-client-python/CHANGELOG.md | 20 ++++++++++++++++++++ flipt-client-ruby/CHANGELOG.md | 18 ++++++++++++++++++ 5 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 flipt-client-go/CHANGELOG.md create mode 100644 flipt-client-node/CHANGELOG.md create mode 100644 flipt-client-python/CHANGELOG.md create mode 100644 flipt-client-ruby/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8cfc2d5e..e304f19c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "flipt-engine": "0.0.1", - "flipt-client-go": "0.0.0", - "flipt-client-node": "0.0.0", - "flipt-client-python": "0.0.0", - "flipt-client-ruby": "0.0.0" + "flipt-client-go": "0.0.1", + "flipt-client-node": "0.0.1", + "flipt-client-python": "0.0.1", + "flipt-client-ruby": "0.0.1" } diff --git a/flipt-client-go/CHANGELOG.md b/flipt-client-go/CHANGELOG.md new file mode 100644 index 00000000..9d96896d --- /dev/null +++ b/flipt-client-go/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.0.1 (2023-12-25) + + +### Features + +* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) +* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) +* **wip:** support passing auth token down to engine ([3181a32](https://github.com/flipt-io/flipt-client-sdks/commit/3181a32981f967310c993d1cedd63a8b81ce5969)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) diff --git a/flipt-client-node/CHANGELOG.md b/flipt-client-node/CHANGELOG.md new file mode 100644 index 00000000..ad3eeecf --- /dev/null +++ b/flipt-client-node/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.0.1 (2023-12-25) + + +### Features + +* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) +* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* **breaking:** update node client to use close method instead of freeEngine ([#37](https://github.com/flipt-io/flipt-client-sdks/issues/37)) ([12b14f0](https://github.com/flipt-io/flipt-client-sdks/commit/12b14f012985a0a26f8a8c0379bc2fc94b212bb1)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) +* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) diff --git a/flipt-client-python/CHANGELOG.md b/flipt-client-python/CHANGELOG.md new file mode 100644 index 00000000..d93748ff --- /dev/null +++ b/flipt-client-python/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.0.1 (2023-12-25) + + +### Features + +* add build directory for testing with dagger ([331eb12](https://github.com/flipt-io/flipt-client-sdks/commit/331eb12698d10ffe923070643dba48fc44db605d)) +* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) +* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) diff --git a/flipt-client-ruby/CHANGELOG.md b/flipt-client-ruby/CHANGELOG.md new file mode 100644 index 00000000..fda1cdb7 --- /dev/null +++ b/flipt-client-ruby/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.0.1 (2023-12-25) + + +### Features + +* add ability to pass opts to the engine ([#7](https://github.com/flipt-io/flipt-client-sdks/issues/7)) ([1abd50d](https://github.com/flipt-io/flipt-client-sdks/commit/1abd50daa2af036b2ba396a1ad85496c5f1d574e)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* Dependency Injection ([#6](https://github.com/flipt-io/flipt-client-sdks/issues/6)) ([90a374d](https://github.com/flipt-io/flipt-client-sdks/commit/90a374d93aa8a8c4110b001f038b99f0115a5497)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13))