Release 0.0.24 - #175
Merged
Merged
Conversation
`dl <workspace> up` has been sitting in [Unreleased] since it was added, and it is the one thing in there another tool already depends on: wayfinder's prewarm fires it the moment a launch is staged, so with no release carrying it, an up-to-date machine ran wf against dl 0.0.23 and failed inside the prewarm on an argument that release had never heard of. Nothing in this commit but the version: the changelog section that was [Unreleased] becomes 0.0.24, and pyproject.toml and the conda recipe follow it.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps the project to release 0.0.24 and aligns all packaging metadata and changelog entries with the new version so that the previously unreleased File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
=======================================
Coverage 93.95% 93.95%
=======================================
Files 21 21
Lines 2565 2565
=======================================
Hits 2410 2410
Misses 155 155 🚀 New features to boost your workflow:
|
Merged
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.
dl <workspace> uphas been in[Unreleased]since it landed, and it is the one entry in there that another tool already depends on: wayfinder's prewarm firesdl <workspace> upthe moment a launch is staged. With no release carrying it, a fully up-to-date machine ranwf0.14.0 against the releaseddl0.0.23, passed every checkwfmade —dlon PATH, checkout declares a devcontainer — and then failed inside the prewarm on an argument that release had never heard of.Nothing here but the version: the
[Unreleased]section becomes0.0.24, andpyproject.tomlandconda.recipe/recipe.yamlfollow it.This unblocks blooop/wayfinder, which now holds the
dlit finds to a floor of 0.0.24 and declaresdevlaunch >=0.0.24as a conda run dependency — neither can go green until 0.0.24 is on prefix.dev/blooop.🤖 Generated with Claude Code
Summary by Sourcery
Cut a 0.0.24 release of devlaunch and document it in the changelog.
Build:
Documentation:
dl <workspace> upcommand.