Skip to content

Commit 30a7203

Browse files
chore: release main
1 parent afba90f commit 30a7203

File tree

12 files changed

+47
-12
lines changed

12 files changed

+47
-12
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"flipt-java": "1.2.0",
3-
"flipt-node": "1.2.0",
4-
"flipt-python": "1.4.1",
5-
"flipt-rust": "1.1.1",
2+
"flipt-java": "1.3.0",
3+
"flipt-node": "1.3.0",
4+
"flipt-python": "1.5.0",
5+
"flipt-rust": "1.2.0",
66
"flipt-php": "1.2.0",
7-
"flipt-csharp": "0.1.0"
7+
"flipt-csharp": "0.1.1"
88
}

flipt-csharp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-csharp-v0.1.0...flipt-csharp-v0.1.1) (2025-06-16)
4+
5+
6+
### Features
7+
8+
* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))
9+
310
## [0.1.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-csharp-v0.0.2...flipt-csharp-v0.1.0) (2025-03-01)
411

512
### Miscellaneous Chores

flipt-csharp/src/Flipt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<PackageId>Flipt</PackageId>
77
<!-- x-release-please-start-version -->
8-
<Version>0.1.0</Version>
8+
<Version>0.1.1</Version>
99
<!-- x-release-please-end -->
1010
<Authors>Joseph Washington Jr. (vgwizardx), Flipt Devs ([email protected])</Authors>
1111
<Company>Flipt.io</Company>

flipt-java/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.2.0...flipt-java-v1.3.0) (2025-06-16)
4+
5+
6+
### Features
7+
8+
* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))
9+
310
## [1.2.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-java-v1.1.2...flipt-java-v1.2.0) (2024-12-23)
411

512
### Miscellaneous Chores

flipt-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group = 'io.flipt'
99
// x-release-please-start-version
10-
version = '1.2.0'
10+
version = '1.3.0'
1111
// x-release-please-end
1212
description = 'Flipt Server SDK'
1313

flipt-node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-node-v1.2.0...flipt-node-v1.3.0) (2025-06-16)
4+
5+
6+
### Features
7+
8+
* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))
9+
310
## [1.2.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-node-v1.1.0...flipt-node-v1.2.0) (2024-05-10)
411

512
### Features

flipt-node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flipt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flipt-io/flipt",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Flipt Server SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

flipt-python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.4.1...flipt-python-v1.5.0) (2025-06-16)
4+
5+
6+
### Features
7+
8+
* **php:** add ablity to set arbitrary headers ([#457](https://github.com/flipt-io/flipt-server-sdks/issues/457)) ([d252e8f](https://github.com/flipt-io/flipt-server-sdks/commit/d252e8f67895bf4ba1778d46f855c0a915fa024a))
9+
310
## [1.4.1](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.4.0...flipt-python-v1.4.1) (2024-12-22)
411

512
### Bug Fixes

flipt-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flipt"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
description = "Flipt Server SDK"
55
authors = ["Flipt Devs <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)