Skip to content

Commit 3c6fbab

Browse files
committed
Add changelogs
Signed-off-by: Matt Johnston <[email protected]>
1 parent 20313f2 commit 3c6fbab

File tree

7 files changed

+101
-0
lines changed

7 files changed

+101
-0
lines changed

mctp-estack/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2025-06-09
4+
5+
### Added
6+
7+
- Initial release.

mctp-linux/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-06-09
4+
5+
### Added
6+
7+
- Add `MctpLinuxListener`, `MctpLinuxResp`, `MctpLinuxReq`
8+
9+
### Changed
10+
11+
- Update for `mctp` 0.2 API.
12+
- Enable `mctp` crate `std` feature.
13+
- License is now dual MIT or Apache-2.0
14+
15+
## [0.1.0] - 2024-06-24

mctp-usb-embassy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2025-06-09
4+
5+
### Added
6+
7+
- Initial release.

mctp/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-06-09
4+
5+
### Added
6+
7+
- Traits for `Listener`, `ReqChannel`, `RespChannel` replace
8+
previous `Endpoint` trait.
9+
- New `AsyncListener`, `AsyncReqChannel, `AsyncRespChannel` traits.
10+
- Optional `defmt` feature.
11+
12+
### Fixed
13+
14+
- Fix `no_std` build.
15+
16+
### Changed
17+
18+
- Added new error variants `NoSpace`, `Unsupported`,
19+
`InternalError`, `RxFailure`
20+
- `Tag::OwnedAuto` has been removed, an `Option` is used instead.
21+
- License is now dual MIT or Apache-2.0
22+
23+
## [0.1.0] - 2024-06-24

pldm-fw-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-06-09
4+
5+
### Added
6+
7+
- Moved `pldm-fw` binary to this new `pldm-fw-cli` crate.

pldm-fw/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-06-09
4+
5+
### Added
6+
7+
- Added Firmware Device (FD) implementation, works on `no_std`.
8+
- Moved `pldm-fw` binary to a new `pldm-fw-cli` crate.
9+
10+
### Fixed
11+
12+
- Fix incorrect transfer size field on 64-bit platforms.
13+
- UA: support PCI device and subsystem IDs.
14+
- UA: avoid divide by zero in progress on early TransferComplete.
15+
16+
### Changed
17+
18+
- Moved Update Agent (UA) to a separate module.
19+
- Support building with `no_std` (not for UA).
20+
- Update for `mctp` 0.2 API.
21+
- License is now dual MIT or Apache-2.0
22+
23+
## [0.1.0] - 2024-06-24

pldm/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-06-09
4+
5+
### Added
6+
7+
- Allow no-alloc/`no_std` use of `PldmRequest` and `PldmResponse`.
8+
`_borrowed()` methods can be used to borrow from
9+
an external buffer. With `alloc` feature a heap buffer can be
10+
used the same as previously, returning a `'static` lifetime.
11+
- Add PLDM completion codes.
12+
13+
### Changed
14+
15+
- Update for `mctp` 0.2 API.
16+
- Check that received messages have PLDM message type.
17+
- License is now dual MIT or Apache-2.0
18+
19+
## [0.1.0] - 2024-06-24

0 commit comments

Comments
 (0)