Skip to content

Commit 232a25a

Browse files
committed
chore(release): v0.8.12
1 parent 9c3d894 commit 232a25a

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

1317
_No user-visible changes in this release._
@@ -340,7 +344,8 @@ _No user-visible changes in this release._
340344
### Fixed
341345
- Upload raw binaries to GitHub releases. ([#34])
342346

343-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
347+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
348+
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
344349
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
345350
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
346351
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9

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

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

313-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
317+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
318+
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
314319
[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

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

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

318-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
322+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
323+
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
319324
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
320325
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
321326
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9

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

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

342-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
346+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
347+
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
343348
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
344349
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
345350
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9

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

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

340-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.11...HEAD
344+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
345+
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
341346
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
342347
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10
343348
[0.8.9]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.9

0 commit comments

Comments
 (0)