Skip to content

Commit 21a09d6

Browse files
guvencMalteJ
authored andcommitted
Prepare release 0.5.0
Signed-off-by: Guvenc Gulce <[email protected]>
1 parent c4fde62 commit 21a09d6

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.2.0"
14+
version = "0.5.0"
1515
edition = "2021"
1616

1717
[workspace.dependencies]

docs/changelog/FeOS-0.5.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# FeOS 0.5.0 Release Notes
2+
3+
## 🚀 Highlights
4+
5+
- **Internal Architecture Improved**
6+
- Fully async, lock-free, event-driven approach
7+
8+
- **Testability**
9+
- Unit tests
10+
- Nested virtualization-based tests
11+
12+
- **Live Upgrade**
13+
- Support for FeOS PID1 live upgrade
14+
15+
- **Backend Flexibility**
16+
- Pluggable Rust-based backends:
17+
- VM-Service: Cloud Hypervisor / Other rust based vmms possible
18+
19+
- **Cloud Hypervisor**
20+
- Hard dependency eliminated
21+
22+
- **Host Service**
23+
- Enhanced features and improvements

0 commit comments

Comments
 (0)