Skip to content

Commit 6844e1b

Browse files
chore: release v0.0.29 (#271)
1 parent fa8b532 commit 6844e1b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.29](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.28...v0.0.29) - 2026-07-04
11+
12+
### Added
13+
14+
- *(claude)* sync Claude Code plugin cache on install and update ([#273](https://github.com/ScriptedAlchemy/tracedecay/pull/273))
15+
16+
### Fixed
17+
18+
- *(sessions)* follow store remote fallback for renamed checkouts ([#269](https://github.com/ScriptedAlchemy/tracedecay/pull/269))
19+
- *(lsp)* classify initialize-request write failures with stderr ([#270](https://github.com/ScriptedAlchemy/tracedecay/pull/270))
20+
- *(claude)* write schema-required marketplace registration fields ([#268](https://github.com/ScriptedAlchemy/tracedecay/pull/268))
21+
1022
## [0.0.28](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.27...v0.0.28) - 2026-07-04
1123

1224
### 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.28"
3+
version = "0.0.29"
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)