File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ Versioning follows [Semantic Versioning](https://semver.org/).
1111
1212---
1313
14+ ## [ 1.3.0] — 2026-04-19
15+
16+ ### Added
17+ - ** Railway deployment** — one-click deploy button in README; ` railway.toml ` ,
18+ ` entrypoint.sh ` , and ` railway-deploy.sh ` added so the full stack can be
19+ deployed to Railway without local Docker Compose.
20+ - ` entrypoint.sh ` supports three modes: docker-compose ` command: ` args,
21+ ` START_COMMAND ` env var (per-service on Railway), or all-agents-in-one-container
22+ fallback for single-service deployments.
23+
24+ ---
25+
1426## [ 1.2.0] — 2026-04-16
1527
1628### Security
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " helix"
7- version = " 1.2 .0"
7+ version = " 1.3 .0"
88description = " Autonomous incident response — Sentry crash to merged PR in under 10 minutes"
99requires-python = " >=3.12"
1010dependencies = [
You can’t perform that action at this time.
0 commit comments