diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5f2c4..f8b435b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ 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-21 + +### Other + +- *(deps)* bump Rust to 1.98.0 +- *(deps)* bump the ci-patch group across 1 directory with 2 updates +- *(deps)* bump thiserror in the cargo-patch group +- *(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 bf80f49..cf9a9d5 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"