Skip to content

Commit

Permalink
Version 0.0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Dewey <[email protected]>
  • Loading branch information
larrydewey committed Jun 18, 2024
1 parent 03a831e commit ec2e0e2
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.11 - 2024-06-18

### Modified
- Support OVMF section `SVSM_CAA` (fix `ValueError: 4 is not a valid
SectionType`) (by [@DGonzalezVillal](https://github.com/DGonzalezVillal)).
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.10
version = 0.0.11
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.10'
VERSION = '0.0.11'


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

0 comments on commit ec2e0e2

Please sign in to comment.