Skip to content

Commit

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

* chore: fix gradle version

---------

Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
Co-authored-by: Mark Phelps <[email protected]>
  • Loading branch information
flipt-release-bot[bot] and markphelps authored Jan 16, 2024
1 parent 6d301f7 commit e3363b3
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"flipt-java": "1.0.0-rc.2",
"flipt-node": "1.0.0-rc.2",
"flipt-python": "1.0.0-rc.2",
"flipt-rust": "1.0.0-rc.2",
"flipt-php": "1.0.0-rc.2"
"flipt-java": "1.0.0",
"flipt-node": "1.0.0",
"flipt-python": "1.0.0",
"flipt-rust": "1.0.0",
"flipt-php": "1.0.0"
}
13 changes: 13 additions & 0 deletions flipt-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* add builder pattern for eval requests for java sdk ([#78](https://github.com/flipt-io/flipt-server-sdks/issues/78)) ([f2f5c6c](https://github.com/flipt-io/flipt-server-sdks/commit/f2f5c6c237a9b112c3df36ab54601fc007c9e7eb))
* **java:** Get release-please working with Java ([#80](https://github.com/flipt-io/flipt-server-sdks/issues/80)) ([a4cc0bd](https://github.com/flipt-io/flipt-server-sdks/commit/a4cc0bd68b7e9c9ff4075b323a9c96c02d7274dd))


### Miscellaneous Chores

* release 1.0.0 ([6d301f7](https://github.com/flipt-io/flipt-server-sdks/commit/6d301f71ff2059748ac2c6899aa10b1cd275b50d))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion flipt-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

group = 'io.flipt'
// x-release-please-start-version
version = '1.0.0-rc.2-SNAPSHOT'
version = '1.0.0'
// x-release-please-end
description = 'Flipt Server SDK'

Expand Down
8 changes: 8 additions & 0 deletions flipt-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Miscellaneous Chores

* release 1.0.0 ([6d301f7](https://github.com/flipt-io/flipt-server-sdks/commit/6d301f71ff2059748ac2c6899aa10b1cd275b50d))
* release 1.0.0-rc.2 ([856609b](https://github.com/flipt-io/flipt-server-sdks/commit/856609ba9981d00ffbe855b660149fe782a87f61))

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


Expand Down
4 changes: 2 additions & 2 deletions flipt-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flipt-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipt-io/flipt",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "Flipt Server SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions flipt-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [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

* **php:** add reference to requests ([78f901f](https://github.com/flipt-io/flipt-server-sdks/commit/78f901fe7eab67eaed6a9858ba04cb0a701ab2dc))


### Bug Fixes

* **php:** use comma in correct place in array ([08d5e6d](https://github.com/flipt-io/flipt-server-sdks/commit/08d5e6d606841d4136937fa1036af7f30c4de520))


### Miscellaneous Chores

* release 1.0.0 ([6d301f7](https://github.com/flipt-io/flipt-server-sdks/commit/6d301f71ff2059748ac2c6899aa10b1cd275b50d))
* release 1.0.0-rc.2 ([856609b](https://github.com/flipt-io/flipt-server-sdks/commit/856609ba9981d00ffbe855b660149fe782a87f61))

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


Expand Down
8 changes: 8 additions & 0 deletions flipt-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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)


### Miscellaneous Chores

* release 1.0.0 ([6d301f7](https://github.com/flipt-io/flipt-server-sdks/commit/6d301f71ff2059748ac2c6899aa10b1cd275b50d))
* release 1.0.0-rc.2 ([856609b](https://github.com/flipt-io/flipt-server-sdks/commit/856609ba9981d00ffbe855b660149fe782a87f61))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion flipt-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flipt"
version = "1.0.0-rc.2"
version = "1.0.0"
description = "Flipt Server SDK"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down
8 changes: 8 additions & 0 deletions flipt-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Miscellaneous Chores

* release 1.0.0 ([6d301f7](https://github.com/flipt-io/flipt-server-sdks/commit/6d301f71ff2059748ac2c6899aa10b1cd275b50d))
* release 1.0.0-rc.2 ([856609b](https://github.com/flipt-io/flipt-server-sdks/commit/856609ba9981d00ffbe855b660149fe782a87f61))

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


Expand Down
2 changes: 1 addition & 1 deletion flipt-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flipt"
description = "Flipt Server SDK"
version = "1.0.0-rc.2"
version = "1.0.0"
edition = "2021"
author = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e3363b3

Please sign in to comment.