Skip to content

Commit 210ff43

Browse files
v0.5.2: fix pip-audit CVE skip, fix PyPI logo URL
1 parent c2f3f58 commit 210ff43

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6161
The reference runner implements the full CSC v0.1 protocol:
6262

csc_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "csc-runner"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
description = "Reference runner for Command Scope Contract"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)