Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Dov Murik <[email protected]>
dubek committed Apr 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6a5a6ba commit f902fbf
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
@@ -2,6 +2,8 @@

## Unreleased

## 0.0.4 - 2023-04-13

### Added
- Add `--mode=snp:ovmf-hash` and `--snp-ovmf-hash` to allow precalculating the
first part of SNP launch digest and avoid carrying the full OVMF binary for
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sev-snp-measure
version = 0.0.3
version = 0.0.4
author = Dov Murik
author_email = [email protected]
description = Calculate expected measurement of an AMD SEV-SNP guest VM for confidential computing
@@ -26,6 +26,6 @@ install_requires =
types-cryptography

[options.entry_points]
console_scripts =
console_scripts =
sev-snp-measure = sevsnpmeasure.cli:main
snp-create-id-block = sevsnpmeasure.id_block:main
2 changes: 1 addition & 1 deletion sevsnpmeasure/cli.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
from sevsnpmeasure import vcpu_types
from .sev_mode import SevMode

VERSION = '0.0.3'
VERSION = '0.0.4'


def auto_base_int(s: str) -> int:

0 comments on commit f902fbf

Please sign in to comment.