This is a notice for anyone who has a package (platform packages included) -- this PR https://github.com/roc-lang/roc/pull/9913 is planned when we are ready. Please begin to update any package release you have now.
1.0.0roc bump to automatically see that the next version should be for your package Also -- please let me know if you experience any issues with this... I'll try to keep the branch rebased on latest main so you can build from source and test it.
Does roc bump merely suggest a version, or does it enforce one?
It suggests a version
I believe the plan for enforcing the semver from a previous package version... is a new optional header field in platform packages called previous which lets you specify the previous version. If you don't include that in the platform header, then bundle will require a path to the previous version so it can diff against that.
Maybe I should roll that into this PR too? I thought that might be better left as a follow up.
Last updated: Jul 23 2026 at 13:15 UTC