From 8b1688b2717370d6a9febbc888708198814929e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:23:36 +0000 Subject: [PATCH 1/2] fix(deps): update dependency toolkit to v2.0.4 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9640d7d5..aeff8751 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ parameters: description: "If true, the make release treats as workspace." orbs: - toolkit: jerus-org/circleci-toolkit@2.0.0 + toolkit: jerus-org/circleci-toolkit@2.0.4 executors: rust_env: From 76a8eb725c3a9cc255adec3e6b31eb822c4fd876 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:35:18 +0000 Subject: [PATCH 2/2] chore: update changelog for pr --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bd92bd..1494f110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- deps: update dependency toolkit to v2.0.4(pr [#1249]) + ## [3.0.5] - 2025-01-18 ### Fixed @@ -935,7 +941,9 @@ emitted if a tracing subscriber is not found. [#1246]: https://github.com/jerus-org/hcaptcha-rs/pull/1246 [#1247]: https://github.com/jerus-org/hcaptcha-rs/pull/1247 [#1248]: https://github.com/jerus-org/hcaptcha-rs/pull/1248 -[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...hcaptcha-v3.0.5 +[#1249]: https://github.com/jerus-org/hcaptcha-rs/pull/1249 +[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD +[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5 [3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4 [3.0.3]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.1...v3.0.2