Skip to content

Commit 7c2cf78

Browse files
anderskevclaude
andauthored
chore(release): bump version to 0.5.1 (#226)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4488390 commit 7c2cf78

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2026-01-06
11+
12+
### Fixed
13+
14+
- **dashboard:** Show active state for workflow canvas nodes during execution ([#225](https://github.com/existential-birds/amelia/pull/225))
15+
1016
## [0.5.0] - 2026-01-06
1117

1218
### Added
@@ -163,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163169
- FastAPI server with WebSocket support
164170
- React dashboard for workflow visualization
165171

166-
[Unreleased]: https://github.com/existential-birds/amelia/compare/v0.5.0...HEAD
172+
[Unreleased]: https://github.com/existential-birds/amelia/compare/v0.5.1...HEAD
173+
[0.5.1]: https://github.com/existential-birds/amelia/compare/v0.5.0...v0.5.1
167174
[0.5.0]: https://github.com/existential-birds/amelia/compare/v0.4.1...v0.5.0
168175
[0.4.1]: https://github.com/existential-birds/amelia/compare/v0.4.0...v0.4.1
169176
[0.4.0]: https://github.com/existential-birds/amelia/compare/v0.3.0...v0.4.0

amelia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from amelia.main import app
1919

2020

21-
__version__ = "0.5.0"
21+
__version__ = "0.5.1"
2222

2323
__all__ = [
2424
"app",

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amelia-dashboard",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"license": "Elastic-2.0",
66
"type": "module",
77
"scripts": {

docs/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amelia/design-system-docs",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Amelia Design System documentation site built with VitePress by hey-amelia bot",
55
"private": true,
66
"type": "module",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "amelia"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "A local agentic coding system with configurable profiles."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)