Skip to content

Commit 71d33e0

Browse files
author
Nauman J. Qazi
committed
chore: release v1.3.0
1 parent 70a8f44 commit 71d33e0

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "helix"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "Autonomous incident response — Sentry crash to merged PR in under 10 minutes"
99
requires-python = ">=3.12"
1010
dependencies = [

0 commit comments

Comments
 (0)