From e93396a6e70aa740d08cb78ac29ca3bb05e3951d Mon Sep 17 00:00:00 2001 From: Dov Murik Date: Fri, 9 Feb 2024 10:21:37 -0500 Subject: [PATCH] Version 0.0.9 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 2b9238d..2d8daba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.0.9 - 2024-02-09 + ### Added - Add optional `--vars-file` (besides `--vars-size`) for SNP-SVSM mode (by [@osteffenrh](https://github.com/osteffenrh)). diff --git a/setup.cfg b/setup.cfg index 1fd33a9..3043a92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sev-snp-measure -version = 0.0.8 +version = 0.0.9 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 71b60d4..8405091 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.8' +VERSION = '0.0.9' def auto_base_int(s: str) -> int: