File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.5.2] - 2026-03-25
9+
10+ ### Fixed
11+
12+ - Skip pygments CVE-2026 -4539 in pip-audit (no upstream fix available)
13+ - Use absolute URL for logo so PyPI renders it correctly
14+
815## [ 0.5.1] - 2026-03-25
916
1017### Fixed
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ agent -> command contract -> policy gate -> constrained executor -> execution re
5656
5757## Status
5858
59- ** v0.5.1 — bounded production-ready**
59+ ** v0.5.2 — bounded production-ready**
6060
6161The reference runner implements the full CSC v0.1 protocol:
6262
Original file line number Diff line number Diff line change 1- __version__ = "0.5.1 "
1+ __version__ = "0.5.2 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " csc-runner"
7- version = " 0.5.1 "
7+ version = " 0.5.2 "
88description = " Reference runner for Command Scope Contract"
99readme = " README.md"
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments