Skip to content

Commit 44b7192

Browse files
chore(main): release flipt-java 1.0.0-rc.1 (#47)
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
1 parent a13c677 commit 44b7192

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flipt-java": "0.0.0",
2+
"flipt-java": "1.0.0-rc.1",
33
"flipt-node": "0.0.0",
44
"flipt-python": "0.0.0",
55
"flipt-rust": "0.0.0",

flipt-java/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.0.0-rc.1 (2024-01-11)
4+
5+
6+
### Features
7+
8+
* Add php ([#36](https://github.com/flipt-io/flipt-server-sdks/issues/36)) ([4a47331](https://github.com/flipt-io/flipt-server-sdks/commit/4a47331b0da56e55f0e31b312cffbe0e10248229))
9+
* impl auth strategy pattern for Java ([#25](https://github.com/flipt-io/flipt-server-sdks/issues/25)) ([3f65c2e](https://github.com/flipt-io/flipt-server-sdks/commit/3f65c2ecab54df3e400b761f9030e8e0666d9a4f))
10+
* **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))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 1.0.0-rc.1 ([a13c677](https://github.com/flipt-io/flipt-server-sdks/commit/a13c6774c6a6c1c125e299ce0ec4267ed2bbb4cf))

flipt-java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
group = 'io.flipt'
88
// x-release-please-start-version
9-
version = '0.0.0'
9+
version = '1.0.0-rc.1'
1010
// x-release-please-end
1111
description = 'Flipt Server SDK'
1212

0 commit comments

Comments
 (0)