Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .vscode/ltex.dictionary.en-GB.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr
json
serde
tokio
2 changes: 2 additions & 0 deletions .vscode/ltex.disabledRules.en-GB.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPACE_BEFORE_PARENTHESIS
MORFOLOGIK_RULE_EN_GB
1 change: 1 addition & 0 deletions .vscode/ltex.hiddenFalsePositives.en-GB.txt
Original file line number Diff line number Diff line change
@@ -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$"}
5 changes: 5 additions & 0 deletions CHANGELOG.md → PRLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
Loading