Skip to content

Commit c0bc209

Browse files
committed
chore: Release
1 parent 3adbb98 commit c0bc209

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

CHANGELOG.md

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

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

5+
## [0.10.2] - 2025-02-21
6+
7+
### 🐛 Bug Fixes
8+
9+
- Wasm app logging
10+
511
## [0.10.1] - 2025-02-20
612

713
### 🐛 Bug Fixes
814

915
- Mixing of http scheme and cloning of InstancePre obj
1016

17+
### ⚙️ Miscellaneous Tasks
18+
19+
- Release
20+
1121
## [0.10.0] - 2025-02-19
1222

1323
### 🚜 Refactor

Cargo.lock

+7-7
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.10.1"
6+
version = "0.10.2"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
 (0)