Skip to content

Commit 2034564

Browse files
committed
chore: Release lambda_sqs version 0.2.36
1 parent 37f6730 commit 2034564

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_sqs"
3-
version = "0.2.35"
3+
version = "0.2.36"
44
description = """
55
Handles an SQS event and provides a vec of your type for processing.
66
"""

PRLOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.36] - 2025-10-28
99

1010
### Fixed
1111

@@ -393,7 +393,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
393393
[#115]: https://github.com/jerus-org/lambda_sqs/pull/115
394394
[#116]: https://github.com/jerus-org/lambda_sqs/pull/116
395395
[#117]: https://github.com/jerus-org/lambda_sqs/pull/117
396-
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...HEAD
396+
[0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36
397397
[0.2.35]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...v0.2.35
398398
[0.2.34]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...v0.2.34
399399
[0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To use the crate add the dependency in Cargo.toml.
2525

2626
```toml
2727
[dependencies]
28-
lambda_sqs = " 0.2.35"
28+
lambda_sqs = " 0.2.36"
2929
```
3030

3131
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!
2222
//! ```toml
2323
//! [dependencies]
24-
//! lambda_sqs = " {0.2.35"
24+
//! lambda_sqs = " {0.2.36"
2525
//! ```
2626
//!
2727
//! ```no_run

0 commit comments

Comments
 (0)