Skip to content

Commit f19effd

Browse files
chore(release): v0.10.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c0e376d commit f19effd

6 files changed

Lines changed: 25 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "brand-docs",
77
"source": "./",
88
"description": "AI on-brand document generator: turn a company's Word, PowerPoint or Excel template into unlimited on-brand .docx/.pptx/.xlsx. Learn the template once into a reusable Brand Profile, then generate faithful documents - off-brand output impossible by construction. Skills: brand-docx, brand-pptx, brand-xlsx.",
9-
"version": "0.9.0",
9+
"version": "0.10.0",
1010
"license": "MIT"
1111
}
1212
]

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brand-docs",
33
"description": "AI on-brand document generator for Claude Code & Codex: turn a company's Word, PowerPoint or Excel template into unlimited on-brand .docx/.pptx/.xlsx. Extracts a reusable Brand Profile once - off-brand output impossible by construction. Skills: brand-docx, brand-pptx, brand-xlsx.",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"author": { "name": "Ferdinando Bonsegna" },
66
"license": "MIT",
77
"keywords": ["ai-document-generation", "on-brand-documents", "document-generator", "document-automation", "brand", "branding", "brand-identity", "brand-guidelines", "brand-template", "template", "office-template", "template-automation", "template-to-document", "office-automation", "docx", "pptx", "xlsx", "word", "powerpoint", "excel", "ooxml", "python-docx", "python-pptx", "openpyxl", "brand-kit", "claude", "claude-code", "claude-skill", "anthropic", "ai-agents", "agent-skill", "codex", "llm-tools"],

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to BrandDocs are documented in this file.
44

5+
## [0.10.0] - 2026-06-10
6+
7+
Hero-image polish release.
8+
9+
### Changed
10+
11+
- **The README hero's three blocks are now equidistant.** The full hero
12+
refresh shipped inside v0.9.0 without a changelog entry: a redesigned
13+
one-to-many visual (one company template, extracted into a verified
14+
hexagonal Brand Profile core, fanning out into unlimited on-brand
15+
documents, with numbered extract / verify / generate steps), exported as
16+
the transparent `assets/hero.webp` the README embeds plus a
17+
white-flattened `assets/hero.jpg`, with `assets/hero.svg` as the editable
18+
source. This release balances that composition: the template page moved
19+
30 px right, the core 45 px left, and the flow curves, flying brand
20+
particles and step labels were re-fit so the three blocks sit at even
21+
~250 px gaps (pixel-measured on the render).
22+
523
## [0.9.0] - 2026-06-10
624

725
The brand-intelligence release: derived indexes that never lie (rich TOC
@@ -975,6 +993,7 @@ Initial public alpha release.
975993
share the same engine and are intentionally catching up through the eval
976994
suite and visual repair workflow.
977995

996+
[0.10.0]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.10.0
978997
[0.9.0]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.9.0
979998
[0.8.1]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.8.1
980999
[0.8.0]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.8.0

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ keywords:
3333
- python-pptx
3434
- openpyxl
3535
license: MIT
36-
version: 0.9.0
36+
version: 0.10.0
3737
date-released: '2026-06-10'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
| **Best for** | Repeatable reports, decks, workbooks, proposals, memos, briefs, and internal document workflows |
3737
| **Privacy model** | Local-first; no cloud service is required, and real templates are git-ignored |
3838
| **Speed** | First run on a new template: up to ~15 min end to end (extract + model comprehension + visual QA); every later document from the saved profile: seconds |
39-
| **Current release** | [v0.9.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.9.0) alpha |
39+
| **Current release** | [v0.10.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.10.0) alpha |
4040

4141
---
4242

@@ -144,7 +144,7 @@ The input (`idoc.json`) is an **IntermediateDocument** of brand-agnostic typed b
144144

145145
## Changelog
146146

147-
Latest release: [v0.9.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.9.0). See [CHANGELOG.md](CHANGELOG.md).
147+
Latest release: [v0.10.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.10.0). See [CHANGELOG.md](CHANGELOG.md).
148148

149149
## License, citation & acknowledgements
150150

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# [tool.ruff] here), so it is intentionally not duplicated below.
99
[project]
1010
name = "brand-docs"
11-
version = "0.9.0"
11+
version = "0.10.0"
1212
description = "AI on-brand document generator: turn a company's Office template into unlimited on-brand .docx/.pptx/.xlsx."
1313
requires-python = ">=3.10"
1414
license = { text = "MIT" }

0 commit comments

Comments
 (0)