Skip to content

Commit ac04cb6

Browse files
docs(docs): configuration management system
stats: lines: "+3/-3 (net +0)" files: 1 complexity: "Stable complexity"
1 parent 3a377b0 commit ac04cb6

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137137

138138
## [Unreleased]
139139

140+
## [3.0.26] - 2026-04-08
141+
142+
### Docs
143+
- Update README.md
144+
140145
## [3.0.25] - 2026-03-31
141146

142147
### Docs

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
## AI Cost Tracking
55

6-
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.31-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7-
![AI Cost](https://img.shields.io/badge/AI%20Cost-$7.50-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-17.6h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
6+
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-3.0.26-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7+
![AI Cost](https://img.shields.io/badge/AI%20Cost-$7.50-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-18.6h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
88

9-
- 🤖 **LLM usage:** $7.5000 (55 commits)
10-
- 👤 **Human dev:** ~$1757 (17.6h @ $100/h, 30min dedup)
9+
- 🤖 **LLM usage:** $7.5000 (58 commits)
10+
- 👤 **Human dev:** ~$1857 (18.6h @ $100/h, 30min dedup)
1111

1212
Generated on 2026-04-08 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
1313

1414
---
1515

16-
![version](https://img.shields.io/badge/version-3.0.25-blue) ![python](https://img.shields.io/badge/python-%3E%3D3.9-blue) ![docs](https://img.shields.io/badge/docs-auto--generated-blueviolet)
16+
![version](https://img.shields.io/badge/version-3.0.26-blue) ![python](https://img.shields.io/badge/python-%3E%3D3.9-blue) ![docs](https://img.shields.io/badge/docs-auto--generated-blueviolet)
1717

1818
> Auto-generate and sync project documentation from source code analysis.
1919
@@ -153,7 +153,7 @@ code2docs can update only specific sections of an existing README using markers:
153153
```markdown
154154
<!-- code2docs:start --># code2docs
155155

156-
![version](https://img.shields.io/badge/version-3.0.25-blue) ![python](https://img.shields.io/badge/python-%3E%3D3.9-blue) ![coverage](https://img.shields.io/badge/coverage-unknown-lightgrey) ![functions](https://img.shields.io/badge/functions-276-green)
156+
![version](https://img.shields.io/badge/version-3.0.26-blue) ![python](https://img.shields.io/badge/python-%3E%3D3.9-blue) ![coverage](https://img.shields.io/badge/coverage-unknown-lightgrey) ![functions](https://img.shields.io/badge/functions-276-green)
157157
> **276** functions | **57** classes | **51** files | CC̄ = 3.8
158158

159159
> Auto-generated project documentation from source code analysis.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.25
1+
3.0.26

code2docs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
README.md, API references, module docs, examples, and architecture diagrams.
66
"""
77

8-
__version__ = '3.0.25'
8+
__version__ = '3.0.26'
99
__author__ = 'Tom Sapletta'
1010
__all__ = ['Code2DocsConfig', 'generate_readme', 'generate_docs', 'analyze_and_document']
1111

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 = "code2docs"
7-
version = "3.0.25"
7+
version = "3.0.26"
88
description = "Auto-generate and sync project documentation from source code analysis"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)