Skip to content

Commit f297a4c

Browse files
Merge pull request #474 from ScriptedAlchemy/release-plz-2026-07-14T09-31-23Z
chore: release v0.0.67
2 parents acd5be7 + b3eace5 commit f297a4c

3 files changed

Lines changed: 46 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.67](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.66...v0.0.67) - 2026-07-27
11+
12+
### Fixed
13+
14+
- *(daemon)* bound project open only when a writer is busy
15+
- *(storage)* keep store inventory off the resolve path
16+
- *(storage)* sync preserved recovery set on Windows
17+
- auto-repair corrupt branch stores
18+
- restore daemon catalog build
19+
- *(daemon)* raise managed service file limit
20+
- address follow-up storage and daemon findings
21+
- address daemon and storage review findings
22+
- *(daemon)* cover full shutdown window
23+
- *(daemon)* wait for lifecycle lease release
24+
- *(daemon)* unblock managed service restart
25+
- *(daemon)* coordinate scheduler discovery
26+
- *(daemon)* unblock uncached worktree tools
27+
- *(daemon)* drain portable warmups safely
28+
- *(mcp)* preserve portable bootstrap parity
29+
- *(mcp)* unblock fresh daemon startup
30+
- *(daemon)* keep cached MCP servers responsive
31+
- *(storage)* prefer healthy exact worktree shard
32+
- *(storage)* prefer exact worktree manifest root
33+
- *(doctor)* use compact daemon health snapshot
34+
- *(tests)* harden Windows daemon fixtures
35+
- *(storage)* harden cross-platform daemon authority
36+
- *(daemon)* release legacy sync ownership after writes
37+
- *(daemon)* reuse global database authority
38+
- *(storage)* stabilize daemon-owned database access
39+
- *(tests)* isolate database ownership fixtures
40+
- *(storage)* clear integrity clippy blockers
41+
- *(storage)* repair integrity follow-up build
42+
- *(storage)* close sole-daemon integrity gaps
43+
- *(storage)* finish sole-daemon ownership integration
44+
- *(storage)* enforce sole-daemon database ownership
45+
46+
### Other
47+
48+
- Merge remote-tracking branch 'origin/master' into pr-478-fmt
49+
- *(daemon)* name the MCP bootstrap outcome enum
50+
- apply rustfmt to daemon and storage changes
51+
- *(storage)* normalize Windows authority paths
52+
- *(daemon)* share initialize registry authority
53+
1054
## [0.0.66](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.65...v0.0.66) - 2026-07-13
1155

1256
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracedecay"
3-
version = "0.0.66"
3+
version = "0.0.67"
44
edition = "2024"
55
description = "Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases"
66
license = "MIT"

0 commit comments

Comments
 (0)