Skip to content

Commit

Permalink
Version 0.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Dov Murik <[email protected]>
  • Loading branch information
dubek committed Feb 9, 2024
1 parent 2345de8 commit e93396a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sev-snp-measure
version = 0.0.8
version = 0.0.9
author = Dov Murik
author_email = [email protected]
description = Calculate expected measurement of an AMD SEV/SEV-ES/SEV-SNP guest VM for confidential computing
Expand Down
2 changes: 1 addition & 1 deletion sevsnpmeasure/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e93396a

Please sign in to comment.