Skip to content

Commit 8895781

Browse files
Merge pull request #484 from ScriptedAlchemy/release-plz-2026-08-03T01-01-15Z
chore: release v0.0.68
2 parents e3382ee + 69fecaa commit 8895781

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.68](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.67...v0.0.68) - 2026-08-03
11+
12+
### Fixed
13+
14+
- *(cargo)* isolate nested worktrees without dropping packaged dashboard assets
15+
- *(grep)* scope generated path glob traversal
16+
- *(grep)* honor generated directory path globs
17+
- *(grep)* bound filesystem scans
18+
- *(sessions)* preserve and retry uncertain worktree membership
19+
- *(sessions)* defer uncertain session routing
20+
- *(storage)* bound legacy worktree probing
21+
- *(worktrees)* avoid blocking Git discovery
22+
23+
### Performance
24+
25+
- *(sessions)* cache worktree metadata resolution
26+
1027
## [0.0.67](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.66...v0.0.67) - 2026-07-27
1128

1229
### 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.67"
3+
version = "0.0.68"
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)