Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish tdx-tdcall 0.2.1 after minor fixes #728

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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