Skip to content

Commit afd8078

Browse files
chore(release): 0.1.0 [skip ci]
# [0.1.0](v0.0.2...v0.1.0) (2026-03-05) ### Bug Fixes * store all runtime data in ~/.relay/ instead of cwd ([591150f](591150f)) ### Features * add relay doctor command ([2ea643d](2ea643d)) * improve PR body with context, source link, and cleaner signature ([a3d38fe](a3d38fe))
1 parent 8fd2a1a commit afd8078

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.1.0](https://github.com/adriandmitroca/relay/compare/v0.0.2...v0.1.0) (2026-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* store all runtime data in ~/.relay/ instead of cwd ([591150f](https://github.com/adriandmitroca/relay/commit/591150f5a1c7e2994a7c01023920a06338cfd399))
7+
8+
9+
### Features
10+
11+
* add relay doctor command ([2ea643d](https://github.com/adriandmitroca/relay/commit/2ea643d5013e57904af6ab90b3e9c921d81e9cbb))
12+
* improve PR body with context, source link, and cleaner signature ([a3d38fe](https://github.com/adriandmitroca/relay/commit/a3d38fe556756cbd9b515f35611195bf76f342bd))
13+
114
## [0.0.2](https://github.com/adriandmitroca/relay/compare/v0.0.1...v0.0.2) (2026-03-05)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adriandmitroca/relay",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Autonomous SWE agent — triage and fix issues from Sentry, Asana, Linear, and Jira with Claude",
55
"module": "src/cli.ts",
66
"type": "module",

0 commit comments

Comments
 (0)