Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
slp committed Jan 17, 2025
1 parent 482729f commit a689cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LIBRARY_HEADER = include/libkrun.h

ABI_VERSION=1
FULL_VERSION=1.9.8
FULL_VERSION=1.10.0

INIT_SRC = init/init.c
KBS_INIT_SRC = init/tee/kbs/kbs.h \
Expand Down
2 changes: 1 addition & 1 deletion src/libkrun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libkrun"
version = "1.9.8"
version = "1.10.0"
authors = ["Sergio Lopez <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit a689cee

Please sign in to comment.