Skip to content

Commit 107c3af

Browse files
release: attune-author 0.24.0 — model tiers (fable premium) (#89)
Version bump + changelog promotion for the fable-model-tiers release (PRs #87, #88). See CHANGELOG 0.24.0 section. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 5ee4af3 commit 107c3af

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to
1010

1111
## [Unreleased]
1212

13+
## [0.24.0] — 2026-07-09
14+
15+
Model tiers: the premium tier (claude-fable-5, server-side opus-4-8
16+
fallback) reaches polish, doc-gen, and the faithfulness judge, with a
17+
drift-tested mirror of attune-rag's canonical tier module.
18+
1319
### Added
1420

1521
- **Model tiers (premium)** — specs/fable-model-tiers (attune

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.23.1"
7+
version = "0.24.0"
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"

src/attune_author/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
attune-help (reader) and attune-ai (full dev workflows).
66
"""
77

8-
__version__ = "0.23.1"
8+
__version__ = "0.24.0"
99

1010
from attune_author.manifest import Feature, Manifest, load_manifest
1111
from attune_author.staleness import (

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)