From c3bf176d523450f8648476f14b5e539301a0fec3 Mon Sep 17 00:00:00 2001 From: Dov Murik Date: Fri, 24 May 2024 15:46:38 -0400 Subject: [PATCH] Version 0.0.10 Signed-off-by: Dov Murik --- CHANGELOG.md | 2 ++ setup.cfg | 2 +- sevsnpmeasure/cli.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcb3ab..4406c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.0.10 - 2024-05-24 + ### Modified - Set default of `--guest-features` back to 0x1 to align with Linux kernel 6.8 and newer ([kernel commit 5abf6dceb066](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5abf6dceb066f2b02b225fd561440c98a8062681)). diff --git a/setup.cfg b/setup.cfg index 0fb5c09..295443c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sev-snp-measure -version = 0.0.9 +version = 0.0.10 author = Dov Murik author_email = dov.murik@gmail.com description = Calculate expected measurement of an AMD SEV/SEV-ES/SEV-SNP guest VM for confidential computing diff --git a/sevsnpmeasure/cli.py b/sevsnpmeasure/cli.py index d3af9a6..6da0e7d 100644 --- a/sevsnpmeasure/cli.py +++ b/sevsnpmeasure/cli.py @@ -13,7 +13,7 @@ from sevsnpmeasure import vmm_types from .sev_mode import SevMode -VERSION = '0.0.9' +VERSION = '0.0.10' def auto_base_int(s: str) -> int: