Skip to content

Commit a689cee

Browse files
committed
Bump version to 1.10.0
This version includes a new GICv3 for macOS and a new API for using qcow2 disks based on the imago crate. I think these changes justify bumping the minor number too. Signed-off-by: Sergio Lopez <[email protected]>
1 parent 482729f commit a689cee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LIBRARY_HEADER = include/libkrun.h
22

33
ABI_VERSION=1
4-
FULL_VERSION=1.9.8
4+
FULL_VERSION=1.10.0
55

66
INIT_SRC = init/init.c
77
KBS_INIT_SRC = init/tee/kbs/kbs.h \

src/libkrun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libkrun"
3-
version = "1.9.8"
3+
version = "1.10.0"
44
authors = ["Sergio Lopez <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

0 commit comments

Comments
 (0)