Skip to content

Commit

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

* chore: dont bump wasm engine

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>

---------

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
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>
  • Loading branch information
flipt-release-bot[bot] and markphelps authored Dec 18, 2024
1 parent 2db0a2e commit 0054db6
Show file tree
Hide file tree
Showing 3 changed files with 9 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.2.2",
"flipt-engine-ffi": "0.2.3",
"flipt-engine-wasm": "0.1.2"
}
7 changes: 7 additions & 0 deletions flipt-engine-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [0.2.3](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.2.2...flipt-engine-ffi-v0.2.3) (2024-12-18)


### Bug Fixes

* **ffi:** clear stored etag on http req failure ([#594](https://github.com/flipt-io/flipt-client-sdks/issues/594)) ([2db0a2e](https://github.com/flipt-io/flipt-client-sdks/commit/2db0a2e2813046f78543bcb7a6d20464c9401e6b))

## [0.2.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.2.2...flipt-engine-ffi-v0.2.2) (2024-11-24)


Expand Down
2 changes: 1 addition & 1 deletion flipt-engine-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipt-engine-ffi"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Flipt Devs <dev@flipt.io>"]
license = "MIT"
Expand Down

0 comments on commit 0054db6

Please sign in to comment.