Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-beta.37"
".": "0.1.0-beta.38"
}
297 changes: 297 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rusqlite = { version = "0.40.1", default-features = false, features = ["backup",

[package]
name = "tracedecay"
version = "0.1.0-beta.37"
version = "0.1.0-beta.38"
publish = false
edition.workspace = true
description = "Local semantic code intelligence, project memory, and workflow context for AI coding agents."
Expand Down
2 changes: 1 addition & 1 deletion crates/tracedecay-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracedecay-cli"
version = "0.1.0-beta.37"
version = "0.1.0-beta.38"
publish = false
edition.workspace = true
description = "TraceDecay command-line interface and daemon binary"
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"source": "github"
},
"websiteUrl": "https://github.com/ScriptedAlchemy/tracedecay",
"version": "0.1.0-beta.37",
"version": "0.1.0-beta.38",
"packages": []
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-beta.37
0.1.0-beta.38
Loading