diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f17c94..57a47e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ parameters: description: "If true, the success pipeline will be executed." orbs: - toolkit: jerus-org/circleci-toolkit@2.13.0 + toolkit: jerus-org/circleci-toolkit@2.13.5 executors: rust-env: diff --git a/PRLOG.md b/PRLOG.md index 6793b73..115a6dd 100644 --- a/PRLOG.md +++ b/PRLOG.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.13.5(pr [#115]) + ## [0.2.35] - 2025-09-28 ### Added @@ -382,6 +388,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#112]: https://github.com/jerus-org/lambda_sqs/pull/112 [#113]: https://github.com/jerus-org/lambda_sqs/pull/113 [#114]: https://github.com/jerus-org/lambda_sqs/pull/114 +[#115]: https://github.com/jerus-org/lambda_sqs/pull/115 +[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...HEAD [0.2.35]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...v0.2.35 [0.2.34]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...v0.2.34 [0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33