Skip to content
Merged
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.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-beta.44"
".": "0.1.0-beta.45"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0-beta.45](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.44...v0.1.0-beta.45) (2026-09-18)


### Bug Fixes

* **clones:** bound clone bodies by tokens, not source bytes ([a10c021](https://github.com/ScriptedAlchemy/tracedecay/commit/a10c0211bb02301b2af10aae0bd3389335453936))
* **clones:** bound clone bodies by tokens, not source bytes ([7f19751](https://github.com/ScriptedAlchemy/tracedecay/commit/7f19751069e154faa427d10fc23775f64683e8fe))
* **code-index:** move every extractor revision for the clone-body bound ([c7eb62e](https://github.com/ScriptedAlchemy/tracedecay/commit/c7eb62eaea31bfbe707fcf5181b9aa519db75344))
* **code-index:** move every extractor revision for the clone-body bound ([fe58bba](https://github.com/ScriptedAlchemy/tracedecay/commit/fe58bba408d9a9014030646e0d6b48e52d5f35b3))


### Performance Improvements

* **cli:** ship mimalloc in the production feature ([c183290](https://github.com/ScriptedAlchemy/tracedecay/commit/c1832900046af7ec6c79a1def6a08d0e556c69e3))
* **cli:** ship mimalloc in the production feature ([9981f98](https://github.com/ScriptedAlchemy/tracedecay/commit/9981f9819669d4100006464c5caa54916ae67b81))
* **release:** run tag builds on master so dependency caches survive ([049289a](https://github.com/ScriptedAlchemy/tracedecay/commit/049289aabe1d6044282adcfacc95467013d0f16a))
* **release:** run tag builds on master so dependency caches survive ([3ac7ae1](https://github.com/ScriptedAlchemy/tracedecay/commit/3ac7ae16406d8539b32ca58f34628cdf64f95bdc))

## [0.1.0-beta.44](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.43...v0.1.0-beta.44) (2026-09-18)


Expand Down
6 changes: 3 additions & 3 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 @@ -63,7 +63,7 @@ resolver = "3"
# inheritance table is the sanctioned single source of truth.
[workspace.package]
edition = "2024"
version = "0.1.0-beta.44"
version = "0.1.0-beta.45"

[workspace.dependencies]
# Opt-in profiler, pinned once for the whole workspace. Non-optional on purpose:
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.44",
"version": "0.1.0-beta.45",
"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.44
0.1.0-beta.45
Loading