Skip to content

Commit

Permalink
chore: release main (#175)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>protobuf: 0.6.2</summary>

##
[0.6.2](protobuf-v0.6.1...protobuf-v0.6.2)
(2024-12-05)


### ✨ New Features

* add metadata to the AnyFlag response used for bulk eval
([#176](#176))
([3acc9e4](3acc9e4))
</details>

<details><summary>json/json-schema: 0.2.9</summary>

##
[0.2.9](json/json-schema-v0.2.8...json/json-schema-v0.2.9)
(2024-12-05)


### ✨ New Features

* add flag set and flag metadata to schema
([#173](#173))
([9fe3677](9fe3677))


### 🧹 Chore

* remove comment about summing to 100
([#172](#172))
([d03b772](d03b772))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot authored Dec 20, 2024
1 parent 3acc9e4 commit b81a56e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 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 @@
{
"protobuf": "0.6.1",
"json": "0.2.8"
"protobuf": "0.6.2",
"json": "0.2.9"
}
12 changes: 12 additions & 0 deletions json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.9](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.8...json/json-schema-v0.2.9) (2024-12-05)


### ✨ New Features

* add flag set and flag metadata to schema ([#173](https://github.com/open-feature/flagd-schemas/issues/173)) ([9fe3677](https://github.com/open-feature/flagd-schemas/commit/9fe36777df7f2697d78830125f04f6972cf86e7a))


### 🧹 Chore

* remove comment about summing to 100 ([#172](https://github.com/open-feature/flagd-schemas/issues/172)) ([d03b772](https://github.com/open-feature/flagd-schemas/commit/d03b772f167aa21a635e70d22641d792deefcb7f))

## [0.2.8](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.7...json/json-schema-v0.2.8) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion json/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.8
0.2.9
7 changes: 7 additions & 0 deletions protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/open-feature/flagd-schemas/compare/protobuf-v0.6.1...protobuf-v0.6.2) (2024-12-05)


### ✨ New Features

* add metadata to the AnyFlag response used for bulk eval ([#176](https://github.com/open-feature/flagd-schemas/issues/176)) ([3acc9e4](https://github.com/open-feature/flagd-schemas/commit/3acc9e44fcd4686318c242248c1621cc3cdd4c41))

## [0.6.1](https://github.com/open-feature/flagd-schemas/compare/protobuf-v0.6.0...protobuf-v0.6.1) (2024-08-28)


Expand Down

0 comments on commit b81a56e

Please sign in to comment.