Skip to content

Commit

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

* chore: fix ruby changelog

---------

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 Dec 27, 2023
1 parent b6585ec commit 0030940
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"flipt-engine": "0.0.2",
"flipt-client-go": "0.0.2",
"flipt-client-node": "0.0.1",
"flipt-client-python": "0.0.1",
"flipt-client-go": "0.0.3",
"flipt-client-node": "0.0.2",
"flipt-client-python": "0.0.2",
"flipt-client-ruby": "0.0.2"
}
7 changes: 7 additions & 0 deletions flipt-client-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.3](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-go-v0.0.2...flipt-client-go-v0.0.3) (2023-12-27)


### Features

* document release process; bump go,node,python sdks ([b6585ec](https://github.com/flipt-io/flipt-client-sdks/commit/b6585ec977c26a54f37c6a5e1f55d928d81a83ca))

## [0.0.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-go-v0.0.2...flipt-client-go-v0.0.2) (2023-12-26)

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

## [0.0.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-node-v0.0.1...flipt-client-node-v0.0.2) (2023-12-27)


### Features

* document release process; bump go,node,python sdks ([b6585ec](https://github.com/flipt-io/flipt-client-sdks/commit/b6585ec977c26a54f37c6a5e1f55d928d81a83ca))

## 0.0.1 (2023-12-25)

### Features
Expand Down
4 changes: 2 additions & 2 deletions flipt-client-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-client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipt-io/flipt-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Flipt Client Evaluation SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions flipt-client-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-python-v0.0.1...flipt-client-python-v0.0.2) (2023-12-27)


### Features

* document release process; bump go,node,python sdks ([b6585ec](https://github.com/flipt-io/flipt-client-sdks/commit/b6585ec977c26a54f37c6a5e1f55d928d81a83ca))

## 0.0.1 (2023-12-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion flipt-client-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
include = [{ path = "ext/**/*" }, { path = "README.md" }]
name = "flipt-client"
version = "0.0.1"
version = "0.0.2"
description = "Flipt Client Evaluation SDK"
authors = ["Flipt Devs <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion flipt-client-ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## [0.0.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-ruby/v0.0.1...flipt-client-ruby/v0.0.2) (2023-12-27)


### Miscellaneous Chores

* release as 0.0.2 ([d85a052](https://github.com/flipt-io/flipt-client-sdks/commit/d85a0523d91d2fe68bd61b5f52c20cbc6fb504ca))
Expand Down

0 comments on commit 0030940

Please sign in to comment.