From 2e4c6f97bf384293d66ebc58210ca1606137ae74 Mon Sep 17 00:00:00 2001 From: Peter Fang Date: Tue, 23 Jul 2024 00:22:04 -0700 Subject: [PATCH] Publish tdx-tdcall 0.2.1 after minor fixes Signed-off-by: Peter Fang --- Cargo.lock | 2 +- tdx-tdcall/CHANGELOG.md | 7 ++++++- tdx-tdcall/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 984156d3..6413a54e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,7 +1252,7 @@ dependencies = [ [[package]] name = "tdx-tdcall" -version = "0.2.0" +version = "0.2.1" dependencies = [ "lazy_static", "log", diff --git a/tdx-tdcall/CHANGELOG.md b/tdx-tdcall/CHANGELOG.md index ee498bfe..1b06898f 100644 --- a/tdx-tdcall/CHANGELOG.md +++ b/tdx-tdcall/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.2.1] - 2024-07-23 +### Changed +- Remove nightly feature in the x86_64 crate +- Fix TdCallError parsing + ## [0.2.0] - 2024-06-21 ### Added - Wrapper to tdcall_accept_page to accept a memory range (for both normal 4K as well as 2M large pages). @@ -17,4 +22,4 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2024-06-07 ### Added -- Add README.md for publishing to crates.io \ No newline at end of file +- Add README.md for publishing to crates.io diff --git a/tdx-tdcall/Cargo.toml b/tdx-tdcall/Cargo.toml index 13853268..ff6fe2d4 100644 --- a/tdx-tdcall/Cargo.toml +++ b/tdx-tdcall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tdx-tdcall" -version = "0.2.0" +version = "0.2.1" description = "Constants, stuctures and wrappers to access TDCALL services" repository = "https://github.com/confidential-containers/td-shim" homepage = "https://github.com/confidential-containers"