Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuta committed Mar 11, 2021
1 parent 5dc5967 commit 5f95587
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5f95587

Please sign in to comment.