Skip to content

Commit

Permalink
chore: release main (#118)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: fix changelog

---------

Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
Co-authored-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
  • Loading branch information
flipt-release-bot[bot] and markphelps authored Feb 23, 2024
1 parent 8182227 commit 6c6cb90
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 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-java": "1.0.2",
"flipt-node": "1.0.0",
"flipt-python": "1.0.0",
"flipt-python": "1.1.0",
"flipt-rust": "1.0.0",
"flipt-php": "1.0.0"
"flipt-php": "1.0.1"
}
8 changes: 8 additions & 0 deletions flipt-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-php-v1.0.0...flipt-php-v1.0.1) (2024-02-23)


### Miscellaneous Chores

* README updates/examples ([3c9d357](https://github.com/flipt-io/flipt-server-sdks/commit/3c9d3577588fdd8bf16af6792ecb1dffcd89bf8c))
* release main ([#111](https://github.com/flipt-io/flipt-server-sdks/issues/111)) ([c03b665](https://github.com/flipt-io/flipt-server-sdks/commit/c03b66525c9557c83d8fca53150a63981dc133de))

## [1.0.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-php-v1.0.0-rc.2...flipt-php-v1.0.0) (2024-01-16)

### Features
Expand Down
10 changes: 6 additions & 4 deletions flipt-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## [1.0.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.0.0-rc.2...flipt-python-v1.0.0) (2024-01-16)
## [1.1.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.0.0...flipt-python-v1.1.0) (2024-02-23)

### Features

* **python:** added async client ([893f98d](https://github.com/flipt-io/flipt-server-sdks/commit/893f98df91fd9515a01a46545da3d7caf5d077a0))

## [1.0.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.0.0-rc.2...flipt-python-v1.0.0) (2024-01-16)

### Miscellaneous Chores

Expand All @@ -10,21 +15,18 @@

## [1.0.0-rc.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.0.0-rc.1...flipt-python-v1.0.0-rc.2) (2024-01-16)


### Miscellaneous Chores

* release 1.0.0-rc.2 ([709ef35](https://github.com/flipt-io/flipt-server-sdks/commit/709ef35e9959ee5bdc6630b60599de04f29f667d))

## 1.0.0-rc.1 (2024-01-11)


### Features

* Add php ([#36](https://github.com/flipt-io/flipt-server-sdks/issues/36)) ([4a47331](https://github.com/flipt-io/flipt-server-sdks/commit/4a47331b0da56e55f0e31b312cffbe0e10248229))
* **rust/java/node/python:** Use enums for types with limited values for better type inference on caller side ([#33](https://github.com/flipt-io/flipt-server-sdks/issues/33)) ([03e8d30](https://github.com/flipt-io/flipt-server-sdks/commit/03e8d30f3421f48a5d320bed922b0a589c58aa59))
* use auth strategy for python ([#28](https://github.com/flipt-io/flipt-server-sdks/issues/28)) ([930291a](https://github.com/flipt-io/flipt-server-sdks/commit/930291a47d3a756cd8a4f03d52d369ef7a43edb9))


### Miscellaneous Chores

* release 1.0.0-rc.1 ([a13c677](https://github.com/flipt-io/flipt-server-sdks/commit/a13c6774c6a6c1c125e299ce0ec4267ed2bbb4cf))

0 comments on commit 6c6cb90

Please sign in to comment.