From 951dd89b587be61e759b5b64c983708072310592 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:08:38 +0700 Subject: [PATCH] chore: prepare 0.24.10 release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 ++--- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa3b78..770817f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.24.10] - 2025-10-26 + +### Fixed +- Regenerated the README from its template so the \`readme_is_in_sync\` check + passes after refreshing the crate version metadata. + ## [0.24.9] - 2025-10-25 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index ea54a92..ace4d34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1806,7 +1806,7 @@ dependencies = [ [[package]] name = "masterror" -version = "0.24.9" +version = "0.24.10" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0cc6195..030778d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "masterror" -version = "0.24.9" +version = "0.24.10" rust-version = "1.90" edition = "2024" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index ff235d9..68640d7 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ The build script keeps the full feature snippet below in sync with ~~~toml [dependencies] -masterror = { version = "0.24.9", default-features = false } +masterror = { version = "0.24.10", default-features = false } # or with features: -# masterror = { version = "0.24.9", features = [ +# masterror = { version = "0.24.10", features = [ # "std", "axum", "actix", "openapi", # "serde_json", "tracing", "metrics", "backtrace", # "sqlx", "sqlx-migrate", "reqwest", "redis", @@ -446,4 +446,3 @@ assert_eq!(problem.grpc.expect("grpc").name, "UNAUTHENTICATED"); --- MSRV: **1.90** · License: **MIT OR Apache-2.0** · No `unsafe` -