Skip to content

Commit ecbd539

Browse files
committed
chore(release): v0.8.15
1 parent 538cfee commit ecbd539

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
@@ -2,7 +2,7 @@
22
"name": "relayfile",
33
"license": "Apache-2.0",
44
"private": true,
5-
"version": "0.8.14",
5+
"version": "0.8.15",
66
"description": "relayfile — real-time filesystem for humans and agents",
77
"workspaces": [
88
"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.8.15] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.14] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -352,7 +356,8 @@ _No user-visible changes in this release._
352356
### Fixed
353357
- Upload raw binaries to GitHub releases. ([#34])
354358

355-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.14...HEAD
359+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
360+
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
356361
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
357362
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
358363
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12

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.8.14",
3+
"version": "0.8.15",
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.8.15] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.14] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -322,7 +326,8 @@ _No user-visible changes in this release._
322326
### Added
323327
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
324328

325-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.14...HEAD
329+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
330+
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
326331
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
327332
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
328333
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12

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.8.14",
3+
"version": "0.8.15",
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.8.15] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.14] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -327,7 +331,8 @@ Initial release.
327331
### Added
328332
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
329333

330-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.14...HEAD
334+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
335+
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
331336
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
332337
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
333338
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12

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.8.14",
3+
"version": "0.8.15",
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.8.15] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.14] - 2026-06-06
1216

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

354-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.14...HEAD
358+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
359+
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
355360
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
356361
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
357362
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12

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.8.14",
3+
"version": "0.8.15",
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.8.15] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.14] - 2026-06-06
1216

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

352-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.14...HEAD
356+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.15...HEAD
357+
[0.8.15]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.15
353358
[0.8.14]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.14
354359
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
355360
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12

0 commit comments

Comments
 (0)