Skip to content

Commit cbc374b

Browse files
avrabeclaude
andauthored
chore: release v0.15.0 (#198)
LS-R-11 layer-2 per-edge precise stream type-mismatch (#196) — promotes the v0.13.0 heuristic to a per-edge precise check via export-side type-graph resolution through component_func_defs. Plus provenance.rs registered as Tier-5 in the Mythos auto-scan registry (#197). Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8374def commit cbc374b

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.15.0] - 2026-05-28
8+
79
### Added
810

911
- **LS-R-11 layer-2 per-edge precise stream type-mismatch**
@@ -26,6 +28,17 @@ All notable changes to this project will be documented in this file.
2628
for connections not precisely checked, so the v0.13.0 heuristic
2729
stays in place as a safety net.
2830

31+
### Changed
32+
33+
- **`provenance.rs` registered as Tier-5** in
34+
`.github/workflows/mythos-auto.yml` (#197). Future changes to the
35+
component-provenance section emitter now get the AI-driven Mythos
36+
delta-pass scan on PR. Shipped as a standalone PR because the
37+
`anthropics/claude-code-action` requires the workflow file to be
38+
byte-identical to main for PR runs — bundling the registry edit
39+
with a Tier-5 source change would break the action's auth flow on
40+
that PR.
41+
2942
## [0.14.0] - 2026-05-27
3043

3144
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.14.0"
13+
version = "0.15.0"
1414
authors = ["PulseEngine <https://github.com/pulseengine>"]
1515
edition = "2024"
1616
license = "Apache-2.0"

0 commit comments

Comments
 (0)