Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.9.4] - 2025-01-21

### 🐛 Bug Fixes

- Use ubuntu-22.04 as runner for cli to avoid glibc not found error
- Change cli tool name to fastedge-run

## [0.9.3] - 2025-01-20

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

### ⚙️ Miscellaneous Tasks

- Release

## [0.9.2] - 2024-12-18

### 🚀 Features
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.9.3"
version = "0.9.4"
edition = "2021"
publish = false
authors = ["FastEdge Development Team"]
Expand Down