Skip to content

Commit

Permalink
Version 0.0.10
Browse files Browse the repository at this point in the history
Signed-off-by: Dov Murik <[email protected]>
  • Loading branch information
dubek committed May 24, 2024
1 parent 9fa4dbb commit c3bf176
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.10 - 2024-05-24

### Modified
- Set default of `--guest-features` back to 0x1 to align with
Linux kernel 6.8 and newer ([kernel commit 5abf6dceb066](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5abf6dceb066f2b02b225fd561440c98a8062681)).
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.9
version = 0.0.10
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.9'
VERSION = '0.0.10'


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

0 comments on commit c3bf176

Please sign in to comment.