File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818from amelia .main import app
1919
2020
21- __version__ = "0.5.0 "
21+ __version__ = "0.5.1 "
2222
2323__all__ = [
2424 "app" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " amelia"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44description = " A local agentic coding system with configurable profiles."
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments