Skip to content

docs(changelog): correct MachOKit version in 0.10.0 notes#73

Merged
Mx-Iris merged 1 commit intomainfrom
docs/machokit-version-fix
Apr 19, 2026
Merged

docs(changelog): correct MachOKit version in 0.10.0 notes#73
Mx-Iris merged 1 commit intomainfrom
docs/machokit-version-fix

Conversation

@Mx-Iris
Copy link
Copy Markdown
Member

@Mx-Iris Mx-Iris commented Apr 19, 2026

Summary

Correct the MachOKit version line in Changelogs/0.10.0.md. The release actually resolves the fork at 0.49.100 (upstream 0.49.0), not 0.47.100.

Test plan

  • Edit only — no build required

0.10.0 ships with the MachOKit fork at 0.49.100 (upstream 0.49.0),
not 0.47.100.
Copilot AI review requested due to automatic review settings April 19, 2026 16:16
@Mx-Iris Mx-Iris merged commit 80d7140 into main Apr 19, 2026
1 check failed
@Mx-Iris Mx-Iris deleted the docs/machokit-version-fix branch April 19, 2026 16:16
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread Changelogs/0.10.0.md
- `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`).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to a new stated resolved version and upstream basis.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Changelogs/0.10.0.md
- `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`).
Copy link

Copilot AI Apr 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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`).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants