File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.2.14 ] - 2024-11-16
99
1010### Security
1111
@@ -158,7 +158,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158158[ #63 ] : https://github.com/jerus-org/lambda_sqs/pull/63
159159[ #61 ] : https://github.com/jerus-org/lambda_sqs/pull/61
160160[ #64 ] : https://github.com/jerus-org/lambda_sqs/pull/64
161- [ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...HEAD
161+ [ 0.2.14 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...v0.2.14
162162[ 0.2.13 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...v0.2.13
163163[ 0.2.12 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12
164164[ 0.2.11 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.10...v0.2.11
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_sqs"
3- version = " 0.2.13 "
3+ version = " 0.2.14 "
44description = """
55Handles an SQS event and provides a vec of your type for processing.
66"""
Original file line number Diff line number Diff 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.13 "
28+ lambda_sqs = " 0.2.14 "
2929```
3030
3131## Example
Original file line number Diff line number Diff line change 2121//!
2222//! ```toml
2323//! [dependencies]
24- //! lambda_sqs = " {0.2.13 "
24+ //! lambda_sqs = " {0.2.14 "
2525//! ```
2626//!
2727//! ```no_run
You can’t perform that action at this time.
0 commit comments