Skip to content

Commit

Permalink
Publish tdx-tdcall 0.2.1 after minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fang <[email protected]>
  • Loading branch information
peterfang committed Jul 23, 2024
1 parent ea30d1c commit 2e4c6f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion tdx-tdcall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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
- Add README.md for publishing to crates.io
2 changes: 1 addition & 1 deletion tdx-tdcall/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2e4c6f9

Please sign in to comment.