-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release flipt-python 1.0.0-rc.1
- Loading branch information
1 parent
a13c677
commit 8abf870
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"flipt-java": "0.0.0", | ||
"flipt-node": "0.0.0", | ||
"flipt-python": "0.0.0", | ||
"flipt-python": "1.0.0-rc.1", | ||
"flipt-rust": "0.0.0", | ||
"flipt-php": "0.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## 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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "flipt" | ||
version = "0.0.0" | ||
version = "1.0.0-rc.1" | ||
description = "Flipt Server SDK" | ||
authors = ["Flipt Devs <[email protected]>"] | ||
license = "MIT" | ||
|