Skip to content

Commit 115e352

Browse files
committed
chore: Release
1 parent a5e0140 commit 115e352

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.3] - 2025-01-20
6+
7+
### 🐛 Bug Fixes
8+
9+
- Graceful shutdown for http service
10+
- Incorrect stats written for failing wasi-http app
11+
- Shellflip conditional compilation for non unix platform
12+
- Windows compilation for unused variable
13+
514
## [0.9.2] - 2024-12-18
615

716
### 🚀 Features
817

918
- Adding secret get_effective_at method host implementation
1019

20+
### ⚙️ Miscellaneous Tasks
21+
22+
- Release
23+
1124
## [0.9.1] - 2024-12-06
1225

1326
### 🐛 Bug Fixes

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

55
[workspace.package]
6-
version = "0.9.2"
6+
version = "0.9.3"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
 (0)