Skip to content

Commit

Permalink
Version 0.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Dov Murik <[email protected]>
  • Loading branch information
dubek committed Feb 1, 2024
1 parent 5b2f809 commit 72b5191
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.8 - 2024-02-01

### Added
- Add `--mode=snp:svsm` to calculate SNP measurements when starting with SVSM
under QEMU (by [osteffenrh](https://github.com/osteffenrh)).
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[metadata]
name = sev-snp-measure
version = 0.0.7
version = 0.0.8
author = Dov Murik
author_email = dov.[email protected].com
author_email = dov.murik@gmail.com
description = Calculate expected measurement of an AMD SEV/SEV-ES/SEV-SNP guest VM for confidential computing
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion sevsnpmeasure/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from sevsnpmeasure import vmm_types
from .sev_mode import SevMode

VERSION = '0.0.7'
VERSION = '0.0.8'


def auto_base_int(s: str) -> int:
Expand Down

0 comments on commit 72b5191

Please sign in to comment.