Skip to content

Commit 35778be

Browse files
chore: release v0.0.30
1 parent 6cd5b9c commit 35778be

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.30](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.29...v0.0.30) - 2026-07-05
11+
12+
### Added
13+
14+
- *(sessions)* index workflow runs and agents (layer 2 of session intelligence) ([#284](https://github.com/ScriptedAlchemy/tracedecay/pull/284))
15+
- *(plugin)* add plugin-suite improvements
16+
- *(sessions)* add git-anchored session correlation
17+
- *(claude)* add plugin namespace permissions
18+
- *(sessions)* add date filters to recall search ([#275](https://github.com/ScriptedAlchemy/tracedecay/pull/275))
19+
20+
### Fixed
21+
22+
- migrate Codex plugin cache to personal namespace ([#282](https://github.com/ScriptedAlchemy/tracedecay/pull/282))
23+
24+
### Other
25+
26+
- *(git-watch)* make auto-sync watcher tests deterministic ([#285](https://github.com/ScriptedAlchemy/tracedecay/pull/285))
27+
- isolate install-family tests from process-global env bleed ([#283](https://github.com/ScriptedAlchemy/tracedecay/pull/283))
28+
- split oversized merged modules ([#287](https://github.com/ScriptedAlchemy/tracedecay/pull/287))
29+
- configure Cargo scratch build paths
30+
1031
## [0.0.29](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.28...v0.0.29) - 2026-07-04
1132

1233
### Added

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.29"
3+
version = "0.0.30"
44
edition = "2021"
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)