Skip to content

Commit 05bbf88

Browse files
slptylerfanelli
authored andcommitted
Bump version to 1.13.0
Set up the stage for a new release, including fixes for nested virt in M4, aarch64 registers, and a new log API. Signed-off-by: Sergio Lopez <[email protected]>
1 parent 052bd8e commit 05bbf88

File tree

3 files changed

+36
-40
lines changed

3 files changed

+36
-40
lines changed

Cargo.lock

Lines changed: 34 additions & 38 deletions
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.12.2
4+
FULL_VERSION=1.13.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.12.2"
3+
version = "1.13.0"
44
authors = ["Sergio Lopez <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

0 commit comments

Comments
 (0)