diff --git a/CHANGELOG.md b/CHANGELOG.md index 69fd593..cb004e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 8a1585f..1618122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "candle-wasi-nn" -version = "0.9.3" +version = "0.9.4" dependencies = [ "candle-core", "candle-nn", @@ -762,7 +762,7 @@ dependencies = [ [[package]] name = "dictionary" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "async-trait", @@ -907,7 +907,7 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] name = "fastedge-run" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "async-trait", @@ -1366,7 +1366,7 @@ dependencies = [ [[package]] name = "http-backend" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "async-trait", @@ -1423,7 +1423,7 @@ dependencies = [ [[package]] name = "http-service" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "async-trait", @@ -2501,7 +2501,7 @@ dependencies = [ [[package]] name = "reactor" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "tracing", @@ -2620,7 +2620,7 @@ dependencies = [ [[package]] name = "runtime" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "async-trait", @@ -2776,7 +2776,7 @@ dependencies = [ [[package]] name = "secret" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 85c14f3..1d66a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]