diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7dd4492b82..cd0a6edc64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-beta.42" + ".": "0.1.0-beta.43" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4296c210..2346d4a023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index e5cb9a1ae3..a87ea4fc87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5323,7 +5323,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.1.0-beta.42" +version = "0.1.0-beta.43" dependencies = [ "axum", "constant_time_eq", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "tracedecay-cli" -version = "0.1.0-beta.42" +version = "0.1.0-beta.43" dependencies = [ "axum", "clap", @@ -6336,7 +6336,7 @@ dependencies = [ [[package]] name = "tracedecay-project" -version = "0.1.0-beta.42" +version = "0.1.0-beta.43" dependencies = [ "hotpath", "rusqlite", diff --git a/Cargo.toml b/Cargo.toml index b1f3edc42e..842db7762a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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: diff --git a/server.json b/server.json index 7692cc2a6d..ba10133e01 100644 --- a/server.json +++ b/server.json @@ -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": [] } diff --git a/version.txt b/version.txt index a0e082844b..145a979225 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0-beta.42 +0.1.0-beta.43