release: v0.1.1 - #39
Merged
Merged
Conversation
Roll [Unreleased] into [0.1.1] and bump the version markers (CLAUDE.md §13): - CHANGELOG: dated [0.1.1] section (examples demo + SDK empty-wheel fix #32); fresh empty [Unreleased]; compare links updated. - docs/VISION.md: status line → v0.1.1 (released). - internal/version/version.go: default → 0.1.2-dev (releases stamp the real version via -ldflags; this only shows on un-stamped local builds). - sdks/python: pyproject + __init__ __version__ → 0.1.1.
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 prep for v0.1.1 — the version markers that don't auto-update (CLAUDE.md §13).
What's in v0.1.1
pip installinstalled no modules (Python SDK builds an empty wheel — package files excluded (pip install installs nothing) #32). Now installable; the built wheel isriskkernel-0.1.1with all 9 modules.examples/codebase-qa— a runnable demo of the headline feature (governor killing a runaway agent).(Also merged since v0.1.0 but not user-facing, so not in the changelog: #36 skip auto-review on fork PRs.)
Marker bumps
CHANGELOG.md[Unreleased]→ dated[0.1.1]; fresh empty[Unreleased]; compare linksdocs/VISION.mdv0.1.1 (released)internal/version/version.go0.1.0-dev→0.1.2-dev(stamped real via-ldflags)sdks/pythonpyproject.toml+__init__.__version__→0.1.1After merge (tagging is manual — your call)
git tag -a v0.1.1 -m "v0.1.1" && git push origin v0.1.1→ release workflow builds + cosign-signs the multi-arch GHCR image and GoReleaser binaries.docker run ghcr.io/prashar32/riskkernel:0.1.1 versionandcosign verify ….Not in this release (queued for v0.1.2)
#34 (halt status persistence), #35 (audit json tags — contributor PR), govulncheck toolchain bump, #37/#38 (usage rollup / tool_calls read API), and the two minor nits.