Release Jo 0.13.0 - #101
Merged
Merged
Conversation
Bump the version, update the release badge, add the 0.13.0 changelog section and append the release entry to versions.jsonl. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Fengyun Liu <fengyun.liu.cs@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Jo 0.13.0
Summary
Cuts the 0.13.0 release. Release-metadata only, no compiler or library code is
touched. A minor bump rather than a patch because the release is
source-breaking: optional context parameters are dropped (#95, JIP-0002)
and
IO.stdinis removed (#100).What has changed
stack-lang/tool/JoVersion.scala— version bumped to0.13.0, verified withbin/jo.dev --versionREADME.md— release badge and tag link updated tov0.13.0CHANGELOG.md— 0.13.0 section covering #94, #95 and #100, with thesecurity and compatibility sections
docs/public/versions.jsonl— entry appended forv0.13.0Checklist
Added / updated tests under— release metadata onlytests/pos/ortests/warn/Security impact
No change in this PR. The release itself carries two security-relevant changes,
both recorded in the changelog:
satisfied a requirement silently, so
allow none in edeniedeonly theambient context that lacked a default rather than all of it. (#95)
--source-rootkeeps absolute filesystem paths out of.sastfiles andgenerated documentation. (#94)
Compatibility impact
No change in this PR. The release is source-breaking, as recorded in the
changelog. The boxes below describe the 0.13.0 release as a whole, and match
what #95 and #100 reported when they merged.
Source compatibility: existing code continue to compile— optional context parameter declarations and uses ofIO.stdinno longer compilebackward comopatibility: old libraries can be used by new compiler— libraries must be recompiled if they use optional context parametersbackward compatibility: old code work with the new stdlib—IO.stdinis removed