Skip to content

Commit 8b100db

Browse files
release: v0.5.1 — sync staleness shim for attune-help 0.10.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 13caa24 commit 8b100db

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ and this project adheres to
1313
Work in progress for the next release. Add entries here as
1414
changes land, not at tag time.
1515

16+
## [0.5.1] - 2026-04-30
17+
18+
### Changed
19+
20+
- **Staleness shim**`attune_author.staleness` now re-exports
21+
`compute_semantic_hash` from `attune-help>=0.10.0`, which introduced
22+
Phase 1 semantic freshness hashing. No behaviour change for existing
23+
callers of `compute_source_hash` — the delegation is automatic.
24+
1625
## [0.5.0] - 2026-04-24
1726

1827
### Added — Project-doc generation (four new kinds that write to `docs/`)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "attune-author"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Documentation authoring and maintenance for the attune ecosystem — generate, maintain, and validate help content with AI assistance."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"
@@ -41,7 +41,7 @@ dependencies = [
4141
"jinja2>=3.1.0",
4242
"python-frontmatter>=1.0.0",
4343
"pyyaml>=6.0",
44-
"attune-help>=0.8.0", # manifest + staleness now live in attune-help; attune-author re-exports them as shims.
44+
"attune-help>=0.10.0", # manifest + staleness now live in attune-help; attune-author re-exports them as shims.
4545
]
4646

4747
[project.optional-dependencies]

0 commit comments

Comments
 (0)