Allow KiteUtils 0.12 - #231
Merged
Merged
Conversation
KiteUtils 0.12 is released; the compat bound was the only thing keeping downstream packages from resolving against it. No source change. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Mirrors the registration flow of the sibling packages: bin/release lifts the top section of CHANGELOG.md, checks it against the Project.toml version, and posts it to JuliaRegistrator on issue #1. The manifest check AtmosphericModels does is left out, this repo having no bin/install to produce one. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Narrow rather than widen: a union bound lets the resolver pick 0.11 and then a green CI says nothing about whether 0.12 works. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.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.
KiteUtils 0.12 is released. The compat bound here was the only thing keeping downstream packages (SymbolicAWEModels, V3Kite) from resolving against it.
KiteUtils = "0.11"→"0.12". Narrowed rather than widened: a union bound lets the resolver pick 0.11, and then a green CI says nothing about whether 0.12 works.CHANGELOG.mdandbin/release, mirroring the registration flow of the sibling packages.bin/releaselifts the top changelog section, checks it against theProject.tomlversion and posts it to JuliaRegistrator on issue Register package #1. The manifest checkAtmosphericModelsdoes is left out, this repo having nobin/installto produce one.No source change. Not tested locally on purpose — CI is the check here.
🤖 Generated with Claude Code