Skip to content

build(metadata): store requirement constraints semantically#482

Merged
MattSturgeon merged 5 commits into
MinecraftFreecam:mainfrom
MattSturgeon:semver
May 25, 2026
Merged

build(metadata): store requirement constraints semantically#482
MattSturgeon merged 5 commits into
MinecraftFreecam:mainfrom
MattSturgeon:semver

Conversation

@MattSturgeon
Copy link
Copy Markdown
Member

@MattSturgeon MattSturgeon commented May 5, 2026

  • Normalize all version constraints in stonecutter.properties.toml to semver syntax.
  • Parse all reqs constraints as semantic Constraint objects in ModMetadata.
  • Render Constraints using toString() and toMavenFormat(), as appropriate.

I also tested each of our supported_mc_versions claims, and found that our 1.21.11 build does not actually work on 1.21.10. Therefore, I've dropped support for 1.21.10.

Testing the 1.21.11 build against 1.21.10 locally, the onDisconnect mixin does not apply.
@github-actions
Copy link
Copy Markdown
Contributor

📦 Changelog

Unreleased

Added

Changed

  • Re-rendered the project icon (439)

Removed

  • Support for Minecraft 1.21.10 (482)

Fixed

  • Marked 1.20.5 as supported by the 1.20.6 build (436, 452)

@MattSturgeon MattSturgeon merged commit 6cd348b into MinecraftFreecam:main May 25, 2026
16 checks passed
@MattSturgeon MattSturgeon deleted the semver branch May 25, 2026 16:13
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.

1 participant