chore(release): bump version to 0.3.0 - #154
Merged
Merged
Conversation
Bumps all five workspace packages (keel-trader, keel-core, keel-broker-{api,coinbase,fake})
and uv.lock from 0.2.0 to 0.3.0 ahead of the v0.3.0 release. Version-only change; the release
workflow refuses to run unless pyproject.toml already carries the version being released.
Since v0.2.0: keel insights (#149), TUI insights overlay (#151), orders.rule_id attribution
(#152), the LLM asset proposer (#153), and the gitignore chore (#150).
Co-Authored-By: Claude Opus 4.8 <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.
Bumps all five workspace packages (
keel-trader,keel-core,keel-broker-{api,coinbase,fake}) anduv.lockfrom 0.2.0 → 0.3.0 ahead of the v0.3.0 release.Version-only change (diff is the 5
pyproject.tomlversion lines + the matching 5 lines inuv.lock). The Release workflow refuses to run unlesspyproject.tomlalready carries the version being released — so this reviewed bump is the human gate before cutting the tag.Since v0.2.0, v0.3.0 will ship:
keel insights— read-only journal + summary + distance-to-promotion-gate (feat(insights): read-only insights + journaling reporting surface #149)ikeybind onkeel tui(feat(tui): add read-only insights overlay (i keybind) #151)keel assets propose— LLM asset-proposer candidate source through the existing screen gate, admits nothing (feat(proposer): keel assets propose — screen an LLM asset shortlist, admit nothing #153)orders.rule_idnow populated from the originating rule — Phase-2 debt closed, metadata-only (fix(orders): populate orders.rule_id from originating rule (Phase-2 debt) #152)No breaking changes; Python floor unchanged (
>=3.14.4). After merge, the Release workflow is run withversion=0.3.0.🤖 Generated with Claude Code