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: