docs(changelog): correct MachOKit version in 0.10.0 notes#73
Conversation
0.10.0 ships with the MachOKit fork at 0.49.100 (upstream 0.49.0), not 0.47.100.
There was a problem hiding this comment.
Code Review
This pull request updates the changelog for version 0.10.0 to reflect a bump in the MachOKit dependency to version 0.49.100. A review comment identifies an inconsistency between this documentation update and the project's package manifest, which still references an older version of the dependency.
| - `MxIris-DeveloperTool-Forks/swift-apinotes` → `MxIris-DeveloperTool/swift-apinotes` | ||
|
|
||
| Underlying MachOKit was bumped to `0.47.100`. | ||
| Underlying MachOKit was bumped to `0.49.100` (based on upstream `0.49.0`). |
There was a problem hiding this comment.
This changelog entry specifies a bump to 0.49.100 (upstream 0.49.0), which contradicts the current Package.swift. The package manifest still points to version 0.46.1 / 0.46.100 (lines 100 and 189). This inconsistency should be resolved to ensure the documentation accurately reflects the project's dependencies.
There was a problem hiding this comment.
Pull request overview
Updates the 0.10.0 release notes to correct the stated MachOKit version used by the release, ensuring dependency notes are accurate for consumers.
Changes:
- Update the MachOKit version line in
Changelogs/0.10.0.mdto a new stated resolved version and upstream basis.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - `MxIris-DeveloperTool-Forks/swift-apinotes` → `MxIris-DeveloperTool/swift-apinotes` | ||
|
|
||
| Underlying MachOKit was bumped to `0.47.100`. | ||
| Underlying MachOKit was bumped to `0.49.100` (based on upstream `0.49.0`). |
There was a problem hiding this comment.
The changelog now claims MachOKit was bumped to 0.49.100, but Package.swift currently pulls the custom MachOKit fork from from: "0.46.100" (and upstream origin is 0.46.1). Please align the 0.10.0 release notes with the actual dependency version, or update the Package dependency if 0.49.100 is truly intended for 0.10.0.
| Underlying MachOKit was bumped to `0.49.100` (based on upstream `0.49.0`). | |
| Underlying MachOKit was bumped to `0.46.100` (based on upstream `0.46.1`). |
Summary
Correct the MachOKit version line in
Changelogs/0.10.0.md. The release actually resolves the fork at0.49.100(upstream0.49.0), not0.47.100.Test plan