Skip to content

Commit f6e8c2c

Browse files
IronAdamantclaude
andcommitted
v4.5.1: version bump (README screenshot reaches the PyPI page)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6f46b18 commit f6e8c2c

3 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
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [4.5.1] - 2026-06-11
11+
12+
### Changed
13+
14+
- README: human-dashboard screenshot embedded in the Human Layer section
15+
(raw.githubusercontent URL so it renders on GitHub and PyPI alike).
16+
1017
## [4.5.0] - 2026-06-11
1118

1219
### Added

file_health.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
| wikifier/import_cache.py | 🟢 Green | 2026-06-10 19:09:24 AEST | Verified: 30/30 unittest, exports 8/8, churn 4/4; sh update-maps 3m39s->2.0s + hung incremental now 1.5s; Babylon scoped re-run 75min->80.6s, cache 274MB->101MB; all 12 sh commands smoke-tested |
2121
| wikifier/parsers/python.py | 🟢 Green | 2026-06-11 00:20:53 AEST | Repro now yields 0 garbage edges; 30/30 tests |
2222
| file_health.md | 🟢 Green | 2026-06-07 12:47:31 AEST | Phase 1 cruft pruning complete (bulk historical M2-M4/Logged/etc removed per audit). Survivors re-marked Green. subid=simplification-cruft-phase-1. |
23-
| CHANGELOG.md | 🟢 Green | 2026-06-11 00:23:49 AEST | v4.5.0 release prep; 30/30 tests |
23+
| CHANGELOG.md | 🟢 Green | 2026-06-11 00:41:01 AEST | v4.5.1 docs release; 30/30 tests |
2424
| CLAUDE.md | 🟢 Green | 2026-06-10 19:09:30 AEST | Verified: 30/30 unittest, exports 8/8, churn 4/4; sh update-maps 3m39s->2.0s + hung incremental now 1.5s; Babylon scoped re-run 75min->80.6s, cache 274MB->101MB; all 12 sh commands smoke-tested |
25-
| wikifier/__init__.py | 🟢 Green | 2026-06-11 00:23:47 AEST | v4.5.0 release prep; 30/30 tests |
25+
| wikifier/__init__.py | 🟢 Green | 2026-06-11 00:40:54 AEST | v4.5.1 docs release; 30/30 tests |
2626
| wikifier/mcp/__init__.py | 🟢 Green | 2026-06-10 09:27:38 AEST | Refactor verified: py_compile + no-mcp/no-fcntl import sims + parser self-tests + check-changes/update-maps/health smoke all pass. Interface unchanged. |
2727
| wikifier/health.py | 🟢 Green | 2026-06-10 09:27:42 AEST | Refactor verified: py_compile + no-mcp/no-fcntl import sims + parser self-tests + check-changes/update-maps/health smoke all pass. Interface unchanged. |
2828
| wikifier/contracts.py | 🟢 Green | 2026-06-10 09:27:43 AEST | Refactor verified: py_compile + no-mcp/no-fcntl import sims + parser self-tests + check-changes/update-maps/health smoke all pass. Interface unchanged. |

wikifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
compute_acs_confidence,
6262
)
6363

64-
__version__ = "4.5.0"
64+
__version__ = "4.5.1"

0 commit comments

Comments
 (0)