Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.2] - 2026-07-19

### Changed

- **Runnable, searchable documentation** - added complete copyable programs across core guides, expanded CLI and public API coverage, normalized page descriptions for search snippets, removed duplicate social metadata, and added regression checks for page structure and version-switcher deployment.

### Fixed

- **Release metadata recovery** - synchronized package and documentation release metadata for the required `v0.8.2` tag after the malformed `0.8.1` GitHub release failed before publishing a package or versioned documentation.

## [0.8.0] - 2026-07-16

### Added
Expand Down Expand Up @@ -231,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Four examples: solo worker, crew workflow, staged pipeline, hybrid tooling.
- Pydantic-based immutable type system (`frozen=True` on all models).

[Unreleased]: https://github.com/Quantlix/anycode/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/Quantlix/anycode/compare/v0.8.2...HEAD
[0.8.2]: https://github.com/Quantlix/anycode/compare/v0.8.0...v0.8.2
[0.8.0]: https://github.com/Quantlix/anycode/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/Quantlix/anycode/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/Quantlix/anycode/compare/v0.5.0...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AnyCode is built for experimentation, evaluation, local development, research pr
| --- | --- |
| Distribution | `anycode-py` |
| Import package | `anycode` |
| Current version | `0.8.0` |
| Current version | `0.8.2` |
| Python | `>=3.12` |
| Project status | Alpha |
| License | MIT |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "anycode-py"
version = "0.8.0"
version = "0.8.2"
description = "Orchestrate autonomous AI agent teams with dependency-aware task scheduling, inter-agent messaging, and provider-agnostic LLM integration."
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading