Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 721 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2025-01-13

Added

  • Support for PCI Vendor messages
  • Support for IANA Vendor messages
  • Support for SpdmOverMctp and SecuredMessages message types
  • Expose SMBusMCTPRequestResponse struct
  • Check in Cargo.lock

Changed

  • Vendor formats (like VendorIDFormat) are now in the libmctp::vendor_packets crate
  • generate_packet_bytes() was renamed to generate_control_packet_bytes()
  • Switched to 2021 edition of Rust
  • Updated package dependencies