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 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$"} diff --git a/CHANGELOG.md b/PRLOG.md similarity index 99% rename from CHANGELOG.md rename to PRLOG.md index 10964b8..63d01c6 100644 --- a/CHANGELOG.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