From deb417aac2c756315afaa5e91800f0cc6352f649 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 22 Sep 2025 07:06:26 +0100 Subject: [PATCH 1/4] chore: rename CHANGELOG.md to PRLOG.md --- CHANGELOG.md => PRLOG.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CHANGELOG.md => PRLOG.md (100%) diff --git a/CHANGELOG.md b/PRLOG.md similarity index 100% rename from CHANGELOG.md rename to PRLOG.md From 3dbd1a486637e884e58c595819ff037f769248a7 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 22 Sep 2025 12:51:41 +0100 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=91=B7=20ci(circleci):=20update=20too?= =?UTF-8?q?lkit=20orb=20and=20workflow=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bump toolkit orb version to 2.13.0 for latest features - rename update_changelog step to update_prlog for clarity --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7ca8ac..3f17c94 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.12.1 + toolkit: jerus-org/circleci-toolkit@2.13.0 executors: rust-env: @@ -71,7 +71,7 @@ workflows: min_rust_version: << pipeline.parameters.min-rust-version >> - toolkit/idiomatic_rust: min_rust_version: << pipeline.parameters.min-rust-version >> - - toolkit/update_changelog: + - toolkit/update_prlog: requires: - toolkit/required_builds - toolkit/common_tests From 78efe313d2147a16bdb2e87b9217df1904b9d779 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 22 Sep 2025 12:54:57 +0100 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=A7=20chore(vscode):=20add=20ltex?= =?UTF-8?q?=20configuration=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add custom dictionary for technical terms - disable specific ltex rules for improved linting - hide known false positives to reduce noise --- .vscode/ltex.dictionary.en-GB.txt | 4 ++++ .vscode/ltex.disabledRules.en-GB.txt | 2 ++ .vscode/ltex.hiddenFalsePositives.en-GB.txt | 1 + 3 files changed, 7 insertions(+) create mode 100644 .vscode/ltex.dictionary.en-GB.txt create mode 100644 .vscode/ltex.disabledRules.en-GB.txt create mode 100644 .vscode/ltex.hiddenFalsePositives.en-GB.txt diff --git a/.vscode/ltex.dictionary.en-GB.txt b/.vscode/ltex.dictionary.en-GB.txt new file mode 100644 index 0000000..37c0fb9 --- /dev/null +++ b/.vscode/ltex.dictionary.en-GB.txt @@ -0,0 +1,4 @@ +pr +json +serde +tokio diff --git a/.vscode/ltex.disabledRules.en-GB.txt b/.vscode/ltex.disabledRules.en-GB.txt new file mode 100644 index 0000000..662b77a --- /dev/null +++ b/.vscode/ltex.disabledRules.en-GB.txt @@ -0,0 +1,2 @@ +SPACE_BEFORE_PARENTHESIS +MORFOLOGIK_RULE_EN_GB diff --git a/.vscode/ltex.hiddenFalsePositives.en-GB.txt b/.vscode/ltex.hiddenFalsePositives.en-GB.txt new file mode 100644 index 0000000..ae3d1bd --- /dev/null +++ b/.vscode/ltex.hiddenFalsePositives.en-GB.txt @@ -0,0 +1 @@ +{"rule":"SPACE_BEFORE_PARENTHESIS","sentence":"^\\QšŸ’„ style(domain)-enhance readability with format string(pr #100)\nšŸ”§ chore(config)-streamline renovate configuration(pr #101)\\E$"} From 7adb79504268354bf1a7d4dd408cc746a5d2c27a Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:57:45 +0000 Subject: [PATCH 4/4] chore: update prlog for pr --- PRLOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 10964b8..63d01c6 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- chore-rename CHANGELOG.md to PRLOG.md(pr [#110]) + ### Security - Dependencies: bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory(pr [#109]) @@ -363,6 +367,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#107]: https://github.com/jerus-org/lambda_sqs/pull/107 [#108]: https://github.com/jerus-org/lambda_sqs/pull/108 [#109]: https://github.com/jerus-org/lambda_sqs/pull/109 +[#110]: https://github.com/jerus-org/lambda_sqs/pull/110 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...HEAD [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