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.42"
".": "0.1.0-beta.43"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.43](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.42...v0.1.0-beta.43) (2026-09-18)


### Bug Fixes

* **release:** publish every target that built instead of none ([de16f23](https://github.com/ScriptedAlchemy/tracedecay/commit/de16f2339080da5f6b17ac941d9414237b882b24))
* **release:** publish every target that built instead of none ([2c66895](https://github.com/ScriptedAlchemy/tracedecay/commit/2c66895288706d2c1f60cc5f0b7e5de130da9f5a))
* **release:** verify the MCPB with unzip so the recorded mode survives ([5a032b3](https://github.com/ScriptedAlchemy/tracedecay/commit/5a032b3cfbd9fbd6440f9bc05dcda6f5a735f400))
* **release:** verify the MCPB with unzip so the recorded mode survives ([8d145b4](https://github.com/ScriptedAlchemy/tracedecay/commit/8d145b4675164c285753a10516126b9562a4e8ee))

## [0.1.0-beta.42](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.41...v0.1.0-beta.42) (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.42"
version = "0.1.0-beta.43"

[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.42",
"version": "0.1.0-beta.43",
"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.42
0.1.0-beta.43
Loading