Skip to content

Commit 6cbd2dd

Browse files
chore(release): v0.8.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 96e8ea0 commit 6cbd2dd

7 files changed

Lines changed: 10 additions & 9 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.7.0",
9+
"version": "0.8.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.7.0",
4+
"version": "0.8.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [Unreleased]
5+
## [0.8.0] - 2026-06-10
66

77
### Performance
88

@@ -764,6 +764,7 @@ Initial public alpha release.
764764
share the same engine and are intentionally catching up through the eval
765765
suite and visual repair workflow.
766766

767+
[0.8.0]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.8.0
767768
[0.7.0]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.7.0
768769
[0.6.2]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.6.2
769770
[0.6.1]: https://github.com/ferdinandobons/brand-docs/releases/tag/v0.6.1

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ keywords:
3333
- python-pptx
3434
- openpyxl
3535
license: MIT
36-
version: 0.7.0
37-
date-released: '2026-06-09'
36+
version: 0.8.0
37+
date-released: '2026-06-10'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
| **Works with** | Claude Code, Codex, compatible AI agents, or the direct Python CLI |
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 |
38-
| **Current release** | [v0.7.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.7.0) alpha |
38+
| **Current release** | [v0.8.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.8.0) alpha |
3939

4040
---
4141

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

140140
## Changelog
141141

142-
Latest release: [v0.7.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.7.0). See [CHANGELOG.md](CHANGELOG.md).
142+
Latest release: [v0.8.0](https://github.com/ferdinandobons/brand-docs/releases/tag/v0.8.0). See [CHANGELOG.md](CHANGELOG.md).
143143

144144
## License, citation & acknowledgements
145145

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"applicationCategory": "DeveloperApplication",
232232
"operatingSystem": "macOS, Windows, Linux",
233233
"programmingLanguage": "Python",
234-
"softwareVersion": "0.7.0",
234+
"softwareVersion": "0.8.0",
235235
"license": "https://github.com/ferdinandobons/brand-docs/blob/main/LICENSE",
236236
"url": "https://ferdinandobons.github.io/brand-docs/",
237237
"codeRepository": "https://github.com/ferdinandobons/brand-docs",

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.7.0"
11+
version = "0.8.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)