Skip to content

Commit 0030940

Browse files
chore: release main (#55)
* 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 <209477+markphelps@users.noreply.github.com>
1 parent b6585ec commit 0030940

File tree

8 files changed

+28
-8
lines changed

8 files changed

+28
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"flipt-engine": "0.0.2",
3-
"flipt-client-go": "0.0.2",
4-
"flipt-client-node": "0.0.1",
5-
"flipt-client-python": "0.0.1",
3+
"flipt-client-go": "0.0.3",
4+
"flipt-client-node": "0.0.2",
5+
"flipt-client-python": "0.0.2",
66
"flipt-client-ruby": "0.0.2"
77
}

flipt-client-go/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.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)
4+
5+
6+
### Features
7+
8+
* document release process; bump go,node,python sdks ([b6585ec](https://github.com/flipt-io/flipt-client-sdks/commit/b6585ec977c26a54f37c6a5e1f55d928d81a83ca))
9+
310
## [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)
411

512
### Bug Fixes

flipt-client-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+
## [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)
4+
5+
6+
### Features
7+
8+
* document release process; bump go,node,python sdks ([b6585ec](https://github.com/flipt-io/flipt-client-sdks/commit/b6585ec977c26a54f37c6a5e1f55d928d81a83ca))
9+
310
## 0.0.1 (2023-12-25)
411

512
### Features

flipt-client-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-client-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-client",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Flipt Client Evaluation SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

flipt-client-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+
## [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)
4+
5+
6+
### Features
7+
8+
* document release process; bump go,node,python sdks ([b6585ec](https://github.com/flipt-io/flipt-client-sdks/commit/b6585ec977c26a54f37c6a5e1f55d928d81a83ca))
9+
310
## 0.0.1 (2023-12-25)
411

512
### Features

flipt-client-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
include = [{ path = "ext/**/*" }, { path = "README.md" }]
33
name = "flipt-client"
4-
version = "0.0.1"
4+
version = "0.0.2"
55
description = "Flipt Client Evaluation SDK"
66
authors = ["Flipt Devs <dev@flipt.io>"]
77
readme = "README.md"

flipt-client-ruby/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

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

5-
65
### Miscellaneous Chores
76

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

0 commit comments

Comments
 (0)