Skip to content

Commit edf5bdf

Browse files
committed
chore: Release
1 parent 47718a9 commit edf5bdf

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.9.4] - 2025-01-21
6+
7+
### 🐛 Bug Fixes
8+
9+
- Use ubuntu-22.04 as runner for cli to avoid glibc not found error
10+
- Change cli tool name to fastedge-run
11+
512
## [0.9.3] - 2025-01-20
613

714
### 🐛 Bug Fixes
@@ -11,6 +18,10 @@ All notable changes to this project will be documented in this file.
1118
- Shellflip conditional compilation for non unix platform
1219
- Windows compilation for unused variable
1320

21+
### ⚙️ Miscellaneous Tasks
22+
23+
- Release
24+
1425
## [0.9.2] - 2024-12-18
1526

1627
### 🚀 Features

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

0 commit comments

Comments
 (0)