chore: bump version to 0.2.0
Some checks failed
Test Suite / unit-tests (3.11) (push) Has been cancelled
Test Suite / unit-tests (3.12) (push) Has been cancelled
Test Suite / code-quality (push) Has been cancelled
Test Suite / security-scan (push) Has been cancelled
Test Suite / integration-tests (push) Has been cancelled
Test Suite / e2e-tests (push) Has been cancelled
Test Suite / performance-tests (push) Has been cancelled
Test Suite / test-summary (push) Has been cancelled

- Update main package version to 0.2.0
- Update capability versions to 0.2.0
- Prepare for release tagging

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-19 21:47:46 +02:00
parent 4bcc178f43
commit f46415b5b2
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ from pathlib import Path
from typing import Optional
# Base version from pyproject.toml
__version__ = "0.1.0"
__version__ = "0.2.0"
def get_git_commit_hash() -> Optional[str]:
"""Get the current git commit hash if available."""

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "markitect"
version = "0.1.0"
version = "0.2.0"
description = "Advanced Markdown engine for structured content"
readme = "README.md"
requires-python = ">=3.8"