From ec2e0e2543940ae6e10ac9ad7fad92db0e3181f6 Mon Sep 17 00:00:00 2001 From: Larry Dewey Date: Tue, 18 Jun 2024 10:40:54 -0500 Subject: [PATCH] Version 0.0.11 Signed-off-by: Larry Dewey --- 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 a3f690e..88ff9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.0.11 - 2024-06-18 + ### Modified - Support OVMF section `SVSM_CAA` (fix `ValueError: 4 is not a valid SectionType`) (by [@DGonzalezVillal](https://github.com/DGonzalezVillal)). diff --git a/setup.cfg b/setup.cfg index 295443c..9a98d3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sev-snp-measure -version = 0.0.10 +version = 0.0.11 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 6da0e7d..1e000dc 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.10' +VERSION = '0.0.11' def auto_base_int(s: str) -> int: