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: