Release 0.1.43#102
Conversation
| [project] | ||
| name = "open-strix" | ||
| version = "0.1.42" | ||
| version = "0.1.43" |
There was a problem hiding this comment.
@strix-tkellogg can you back out this change, because the release pipeline does it already. But take the release notes and put them into a CHANGELOG.md file or release history file, whatever
|
Is there an anticipated timeline for unblocking 0.1.43? Been hand-rolling skills for failure modes (silent sends, repetition loops, prose-heavy journals) that the new |
Lifts the v0.1.43 release notes out of PR #102's body and into a CHANGELOG.md file at the repo root, in Keep a Changelog format. Adds coverage of merged work since the PR was opened: patterns skill (promoted to headline) plus #104 (long-running-jobs rewrite around shell async_mode), #105/#106 (patterns description + first-read feedback), #110 (inline SVG in web UI). Drops the manual pyproject version bump — the release workflow rewrites the version itself. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
f7e2d19 to
4a829c6
Compare
|
@tkellogg — both review asks done in 4a829c6:
Notes also expanded to cover PRs that merged after this one was opened: #104 (long-running-jobs rewrite), #105 / #106 (patterns), #110 (inline SVG). The PR body has been replaced with a short pointer; the canonical notes are the file. Ready for re-review. |
|
@chrispatil — 0.1.43 is live: https://pypi.org/project/open-strix/0.1.43/ · https://github.com/tkellogg/open-strix/releases/tag/v0.1.43
Plus #110's inline-SVG attachment story for the web UI if you're using that path. Full notes: CHANGELOG.md. Thanks for the nudge — that comment is what pulled the PR over the line. |
|
Thanks Tim! 0.1.43 installed clean. Staying observational for a few days to see how |
v0.1.43 — 2026-05-10
Release notes now live in
CHANGELOG.md. Headline: the newpatternsbuiltin skill, plus async shell jobs, ops dashboard, and a long list of fixes.What this PR does
CHANGELOG.mdat repo root in Keep-a-Changelog formatWhat this PR does NOT do
pyproject.tomlversion bump. The Stable Release workflow rewrites the version itself based on theversioninput, so a manual bump onmainis unnecessary.Release process
After merge, trigger the Stable Release
workflow_dispatchin.github/workflows/release.ymlwithversion: 0.1.43. The workflow runs the test suite, rewritespyproject.toml, builds, and publishes to PyPI.🤖 Generated with Claude Code