From f553a3021f13ba7f6e497407a487af01a4842aea Mon Sep 17 00:00:00 2001 From: jmagar <38927646+jmagar@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:50:39 -0400 Subject: [PATCH] chore(main): release 0.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0451499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 300a572..237d212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.2.3](https://github.com/dinglebear-ai/runraid/compare/v0.2.2...v0.2.3) (2026-07-23) + + +### Fixed + +* accept numeric BigInt responses ([a377767](https://github.com/dinglebear-ai/runraid/commit/a3777677e5fe7d6346ac51c3d18ff27d85cf3fc6)) +* deploy from renamed runraid image ([92176cb](https://github.com/dinglebear-ai/runraid/commit/92176cbc12139fdbfdd6d81d3e4612b3ba72c87d)) +* route rust builds through sccache wrapper ([be6b2ab](https://github.com/dinglebear-ai/runraid/commit/be6b2ab505ac7db9744b2655ec1f6c2a0090e97a)) + ## [Unreleased] ## [0.2.0] - 2026-07-06 diff --git a/Cargo.lock b/Cargo.lock index ee02ec1..fee38f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3543,7 +3543,7 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "unraid-rmcp" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "apollo-compiler", @@ -4078,7 +4078,7 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" [[package]] name = "xtask" -version = "0.1.0" +version = "0.2.3" dependencies = [ "anyhow", ] diff --git a/Cargo.toml b/Cargo.toml index 0ca8cab..d6149ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [package] name = "unraid-rmcp" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.90" categories = ["command-line-utilities", "development-tools"] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index ab5ab82..76a1632 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.1.0" +version = "0.2.3" edition = "2021" publish = false