Skip to content

Commit 392cb1b

Browse files
chore: release v0.0.26 (#257)
1 parent f9a87c5 commit 392cb1b

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.26](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.25...v0.0.26) - 2026-07-04
11+
12+
### Added
13+
14+
- *(analytics)* adoption analytics, diagnostics skill, hook replay ([#260](https://github.com/ScriptedAlchemy/tracedecay/pull/260))
15+
16+
### Fixed
17+
18+
- *(automation)* satisfy clippy in job_webhook reset tests ([#261](https://github.com/ScriptedAlchemy/tracedecay/pull/261))
19+
- *(jobs)* treat a webhook reset after a full response as delivered ([#259](https://github.com/ScriptedAlchemy/tracedecay/pull/259))
20+
21+
### Other
22+
23+
- Default TraceDecay tool output to markdown ([#262](https://github.com/ScriptedAlchemy/tracedecay/pull/262))
24+
- *(plugin)* deslop merged plugin cleanup ([#256](https://github.com/ScriptedAlchemy/tracedecay/pull/256))
25+
1026
## [0.0.25](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.24...v0.0.25) - 2026-07-03
1127

1228
### 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.25"
3+
version = "0.0.26"
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)