Skip to content

Commit

Permalink
chore: release main (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
  • Loading branch information
flipt-release-bot[bot] authored Jan 3, 2024
1 parent 100c7d2 commit 79dffc9
Show file tree
Hide file tree
Showing 5 changed files with 24 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,7 +1,7 @@
{
"flipt-engine": "0.0.2",
"flipt-engine": "0.0.3",
"flipt-client-go": "0.0.3",
"flipt-client-node": "0.0.2",
"flipt-client-python": "0.0.2",
"flipt-client-python": "0.0.3",
"flipt-client-ruby": "0.0.2"
}
12 changes: 12 additions & 0 deletions flipt-client-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.3](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-python-v0.0.2...flipt-client-python-v0.0.3) (2024-01-03)


### Features

* allow none to be used for python context ([#64](https://github.com/flipt-io/flipt-client-sdks/issues/64)) ([b02c441](https://github.com/flipt-io/flipt-client-sdks/commit/b02c441e9c5ceb5b837eb06c2b2ce931c2b146a5))


### Bug Fixes

* instead of using empty dictionary use actual EngineOpts instance ([#62](https://github.com/flipt-io/flipt-client-sdks/issues/62)) ([9aae5e9](https://github.com/flipt-io/flipt-client-sdks/commit/9aae5e91216a0c101551340567a251e9aa6a240b))

## [0.0.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-python-v0.0.1...flipt-client-python-v0.0.2) (2023-12-27)


Expand Down
2 changes: 1 addition & 1 deletion flipt-client-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
include = [{ path = "ext/**/*" }, { path = "README.md" }]
name = "flipt-client"
version = "0.0.2"
version = "0.0.3"
description = "Flipt Client Evaluation SDK"
authors = ["Flipt Devs <[email protected]>"]
readme = "README.md"
Expand Down
8 changes: 8 additions & 0 deletions flipt-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.3](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-v0.0.2...flipt-engine-v0.0.3) (2024-01-03)


### Bug Fixes

* instead of using empty dictionary use actual EngineOpts instance ([#62](https://github.com/flipt-io/flipt-client-sdks/issues/62)) ([9aae5e9](https://github.com/flipt-io/flipt-client-sdks/commit/9aae5e91216a0c101551340567a251e9aa6a240b))
* return error on http status &gt;= 400 ([#65](https://github.com/flipt-io/flipt-client-sdks/issues/65)) ([100c7d2](https://github.com/flipt-io/flipt-client-sdks/commit/100c7d2f7417b3bee6fa5f5fb55fd4cd27a682c2))

## [0.0.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-v0.0.1...flipt-engine-v0.0.2) (2023-12-27)


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

0 comments on commit 79dffc9

Please sign in to comment.