Skip to content

Commit 337233c

Browse files
chore: release main (#748)
* chore: release main * chore: fix version numbers Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]> Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com> Co-authored-by: Mark Phelps <[email protected]>
1 parent 55ea1dc commit 337233c

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flipt-engine-ffi": "0.3.0",
2+
"flipt-engine-ffi": "0.4.0",
33
"flipt-engine-wasm": "0.0.1",
4-
"flipt-engine-wasm-js": "0.2.2"
4+
"flipt-engine-wasm-js": "0.2.3"
55
}

flipt-engine-ffi/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [0.4.0](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.3.0...flipt-engine-ffi-v0.4.0) (2025-02-28)
5+
6+
7+
### Miscellaneous Chores
8+
9+
* release 0.4.0 ([55ea1dc](https://github.com/flipt-io/flipt-client-sdks/commit/55ea1dc2e07c0fff2cb094ceea177c880fe5bab3))
10+
411
## [0.3.0](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.2.6...flipt-engine-ffi-v0.3.0) (2025-02-14)
512

613

flipt-engine-ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flipt-engine-ffi"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Flipt Devs <[email protected]>"]
66
license = "MIT"

flipt-engine-wasm-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-js-v0.2.2...flipt-engine-wasm-js-v0.2.3) (2025-02-28)
4+
5+
### Miscellaneous Chores
6+
7+
* release 0.2.3 ([92bbd5f](https://github.com/flipt-io/flipt-client-sdks/commit/92bbd5f71b433c4b45044337176090fbea31d0ce))
8+
39
## [0.2.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-v0.1.2...flipt-engine-wasm-v0.2.2) (2025-02-06)
410

511

flipt-engine-wasm-js/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flipt-engine-wasm-js"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
authors = ["Flipt Devs <[email protected]>"]
66
license = "MIT"

flipt-engine-wasm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-v0.0.1...flipt-engine-wasm-v0.0.1) (2025-02-28)
4+
5+
### Miscellaneous Chores
6+
7+
Initial release

0 commit comments

Comments
 (0)