Skip to content

Commit fb2fee5

Browse files
committed
chore(release): v0.5.2
1 parent 03964a6 commit fb2fee5

11 files changed

Lines changed: 37 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "relayfile — real-time filesystem for humans and agents",
55
"workspaces": [
66
"packages/core",

packages/cli/CHANGELOG.md

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

99
_No unreleased changes._
1010

11+
## [0.5.2] - 2026-04-24
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.5.1] - 2026-04-23
1216

1317
_No user-visible changes in this release._
@@ -60,7 +64,8 @@ _No user-visible changes in this release._
6064
### Fixed
6165
- Upload raw binaries to GitHub releases. ([#34])
6266

63-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.1...HEAD
67+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.2...HEAD
68+
[0.5.2]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.2
6469
[0.5.1]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.1
6570
[0.5.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.0
6671
[0.4.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.4.0

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relayfile",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "CLI for relayfile — real-time filesystem for humans and agents",
55
"bin": {
66
"relayfile": "scripts/run.js"

packages/core/CHANGELOG.md

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

99
_No unreleased changes._
1010

11+
## [0.5.2] - 2026-04-24
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.5.1] - 2026-04-23
1216

1317
_No user-visible changes in this release._
@@ -30,7 +34,8 @@ _No user-visible changes in this release._
3034
### Added
3135
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
3236

33-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.1...HEAD
37+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.2...HEAD
38+
[0.5.2]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.2
3439
[0.5.1]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.1
3540
[0.5.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.0
3641
[0.4.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.4.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/core",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Shared business logic for relayfile — file operations, ACL, queries, events, and writeback lifecycle",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/file-observer/CHANGELOG.md

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

99
_No unreleased changes._
1010

11+
## [0.5.2] - 2026-04-24
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.5.1] - 2026-04-23
1216

1317
_No user-visible changes in this release._
@@ -35,7 +39,8 @@ Initial release.
3539
### Added
3640
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
3741

38-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.1...HEAD
42+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.2...HEAD
43+
[0.5.2]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.2
3944
[0.5.1]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.1
4045
[0.5.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.0
4146
[0.4.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.4.0

packages/file-observer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/file-observer",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "RelayFile observer dashboard for browsing synced workspace files and metadata",
55
"files": [
66
"src",

packages/local-mount/CHANGELOG.md

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

99
_No unreleased changes._
1010

11+
## [0.5.2] - 2026-04-24
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.5.1] - 2026-04-23
1216

1317
_No user-visible changes in this release._
@@ -49,7 +53,8 @@ Initial release.
4953
- Directory-only ignore patterns (e.g. `cache/`) match directories without swallowing like-named files.
5054
- README documenting the mount lifecycle, dotfile semantics, and auto-sync behavior. ([#48])
5155

52-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.1...HEAD
56+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.2...HEAD
57+
[0.5.2]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.2
5358
[0.5.1]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.1
5459
[0.5.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.0
5560
[0.4.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.4.0

packages/local-mount/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/local-mount",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Create a symlink/copy mount of a project directory with .agentignore/.agentreadonly semantics, then launch a CLI inside it and sync writable changes back on exit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/sdk/typescript/CHANGELOG.md

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

99
_No unreleased changes._
1010

11+
## [0.5.2] - 2026-04-24
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.5.1] - 2026-04-23
1216

1317
_No user-visible changes in this release._
@@ -35,7 +39,8 @@ _No user-visible changes in this release._
3539
### Fixed
3640
- Bind `fetch` to `globalThis` so the SDK runs on Cloudflare Workers without `TypeError: Illegal invocation`. ([#41])
3741

38-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.1...HEAD
42+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.5.2...HEAD
43+
[0.5.2]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.2
3944
[0.5.1]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.1
4045
[0.5.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.5.0
4146
[0.4.0]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.4.0

0 commit comments

Comments
 (0)