Skip to content

Commit ed43c89

Browse files
committed
chore: Release
1 parent 4cb5332 commit ed43c89

3 files changed

Lines changed: 31 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
1+
## [0.11.10-rc.1] - 2025-09-18
2+
3+
### 🚀 Features
4+
5+
- Updating wasmtime to 36.0.0
6+
- Updating key-value store interface
7+
- Adding redis store impl
8+
9+
### 🐛 Bug Fixes
10+
11+
- Formating
12+
- Changing score type to f64
13+
- Formatting
14+
15+
### 🚜 Refactor
16+
17+
- Generic store type
118
## [0.11.9] - 2025-08-29
219

320
### 🐛 Bug Fixes
421

522
- Use direct backend for fastedge cli
23+
- Compilation errors
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- Release
628
## [0.11.8] - 2025-06-05
729

830
### ⚙️ Miscellaneous Tasks

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.11.9"
6+
version = "0.11.10-rc.1"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
 (0)