Skip to content

Commit 49c308c

Browse files
committed
chore(release): v0.8.11
1 parent 2e49b0a commit 49c308c

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.10",
5+
"version": "0.8.11",
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.11] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.10] - 2026-06-05
1216

1317
_No user-visible changes in this release._
@@ -336,7 +340,8 @@ _No user-visible changes in this release._
336340
### Fixed
337341
- Upload raw binaries to GitHub releases. ([#34])
338342

339-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.10...HEAD
343+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
344+
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
340345
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
341346
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9
342347
[0.8.8]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.8

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.10",
3+
"version": "0.8.11",
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.11] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.10] - 2026-06-05
1216

1317
_No user-visible changes in this release._
@@ -306,7 +310,8 @@ _No user-visible changes in this release._
306310
### Added
307311
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
308312

309-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.10...HEAD
313+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
314+
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
310315
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
311316
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9
312317
[0.8.8]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.8

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.10",
3+
"version": "0.8.11",
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.11] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.10] - 2026-06-05
1216

1317
_No user-visible changes in this release._
@@ -311,7 +315,8 @@ Initial release.
311315
### Added
312316
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
313317

314-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.10...HEAD
318+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
319+
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
315320
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
316321
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9
317322
[0.8.8]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.8

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.10",
3+
"version": "0.8.11",
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.11] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.10] - 2026-06-05
1216

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

338-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.10...HEAD
342+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
343+
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
339344
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
340345
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9
341346
[0.8.8]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.8

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.10",
3+
"version": "0.8.11",
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.11] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.10] - 2026-06-05
1216

1317
### Added
@@ -333,7 +337,8 @@ _No user-visible changes in this release._
333337
### Fixed
334338
- Bind `fetch` to `globalThis` so the SDK runs on Cloudflare Workers without `TypeError: Illegal invocation`. ([#41])
335339

336-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.10...HEAD
340+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
341+
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
337342
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
338343
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9
339344
[0.8.8]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.8

0 commit comments

Comments
 (0)