Skip to content

Commit e0aa9a9

Browse files
Merge pull request #468 from ScriptedAlchemy/release-plz-2026-07-12T20-51-20Z
chore: release v0.0.64
2 parents 647a7f2 + 0b9997a commit e0aa9a9

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.64](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.63...v0.0.64) - 2026-07-12
11+
12+
### Fixed
13+
14+
- *(storage)* close snapshots before scratch cleanup
15+
- *(storage)* normalize Windows consolidation state
16+
- *(hermes)* trust backend replay shrink estimates
17+
- *(hermes)* preserve atomic LCM tool transactions
18+
- *(storage)* preserve dirty markers in backups
19+
- *(memory)* preserve project store on branch databases
20+
- *(memory)* reuse daemon database handle
21+
- *(storage)* exclude runtime locks from backups
22+
- *(storage)* report locked migration copy path
23+
- *(storage)* avoid Windows snapshot copy locks
24+
1025
## [0.0.63](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.62...v0.0.63) - 2026-07-12
1126

1227
### 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.63"
3+
version = "0.0.64"
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)