From 5f9558777fff15de59885c6695d5e0e9f6a17b4b Mon Sep 17 00:00:00 2001 From: Seiya Nuta Date: Thu, 11 Mar 2021 18:49:02 +0900 Subject: [PATCH] v0.9.0 --- Makefile | 2 +- docs/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd4af094b..f2bdb114d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Default values for build system. export V ?= -export VERSION ?= v0.8.0 +export VERSION ?= v0.9.0 export BUILD_DIR ?= build ifeq ($(shell uname), Darwin) LLVM_PREFIX ?= /usr/local/opt/llvm/bin/ diff --git a/docs/changelog.md b/docs/changelog.md index 5457521b8..fae7ded25 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Change Log +## v0.9.0 (Mar 11, 2021) +- Shared memory API (by @arpitvaghela) +- Add virtio-gpu driver +- Rust: Support `alloc` crate +- Some bug fixes and trivial improvements + ## v0.8.0 (Dec 24, 2020) - x64: Hardware-assisted hypervisor support (like Linux KVM) - Add hypervisor implementation [hv](https://resea.org/docs/servers/hv.html)