From a17e84b08ea25718e0c8c7ba6c61f5f030259c41 Mon Sep 17 00:00:00 2001 From: "hseeberger-tokens[bot]" <293416276+hseeberger-tokens[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:33:43 +0000 Subject: [PATCH] chore: release v0.4.7 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5f2c4..da01395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.7](https://github.com/hseeberger/error-ext/compare/v0.4.6...v0.4.7) - 2026-08-12 + +### Other + +- *(deps)* bump dtolnay/rust-toolchain +- *(deps)* bump taiki-e/install-action in the ci-patch group +- *(deps)* bump taiki-e/install-action in the ci-minor group +- *(deps)* bump taiki-e/install-action +- *(deps)* bump the cargo-patch group with 2 updates +- group dependabot updates by semver level, run weekly +- *(deps)* bump the ci-patches group with 2 updates +- *(deps)* bump taiki-e/install-action in the ci-patches group +- *(deps)* bump MarcoIeni/release-plz-action in the ci-patches group +- *(deps)* bump taiki-e/install-action in the ci-patches group +- turn on warnings for missing docs +- *(deps)* bump dtolnay/rust-toolchain +- *(deps)* bump taiki-e/install-action in the ci-patches group + ## [0.4.6](https://github.com/hseeberger/error-ext/compare/v0.4.5...v0.4.6) - 2026-07-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index c2807f1..26adf1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "error-ext" -version = "0.4.6" +version = "0.4.7" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 6eb60d9..6a10c6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "error-ext" description = "Error utilities" -version = "0.4.6" +version = "0.4.7" edition = "2024" license = "Apache-2.0" readme = "README.md"