Skip to content

Commit

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

* chore: set wasm engine to 0.1.0

* chore: set cargo.toml 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 Apr 10, 2024
1 parent 16faecf commit 168a22e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flipt-engine-ffi": "0.1.11",
"flipt-engine-wasm": "0.0.3"
"flipt-engine-wasm": "0.1.0"
}
8 changes: 8 additions & 0 deletions flipt-engine-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-v0.0.3...flipt-engine-wasm-v0.1.0) (2024-04-10)

### Features

* Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55))
* wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be))
2 changes: 1 addition & 1 deletion flipt-engine-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipt-engine-wasm"
version = "0.0.3"
version = "0.1.0"
edition = "2021"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 168a22e

Please sign in to comment.