-
Notifications
You must be signed in to change notification settings - Fork 15
docs(changelog): correct MachOKit version in 0.10.0 notes #73
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -51,7 +51,7 @@ If you consume MachOSwiftSection via SwiftPM, the following package URLs have mo | |||||
| - `MxIris-DeveloperTool-Forks/swift-clang` → `MxIris-DeveloperTool/swift-clang` (>= 0.2.0) | ||||||
| - `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`). | ||||||
|
||||||
| 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`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changelog entry specifies a bump to
0.49.100(upstream0.49.0), which contradicts the currentPackage.swift. The package manifest still points to version0.46.1/0.46.100(lines 100 and 189). This inconsistency should be resolved to ensure the documentation accurately reflects the project's dependencies.