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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.2.15 ] - 2024-11-23
9
9
10
10
### Security
11
11
@@ -165,7 +165,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
165
165
[ #61 ] : https://github.com/jerus-org/lambda_sqs/pull/61
166
166
[ #64 ] : https://github.com/jerus-org/lambda_sqs/pull/64
167
167
[ #65 ] : https://github.com/jerus-org/lambda_sqs/pull/65
168
- [ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.14...HEAD
168
+ [ 0.2.15 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.14...v0.2.15
169
169
[ 0.2.14 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...v0.2.14
170
170
[ 0.2.13 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...v0.2.13
171
171
[ 0.2.12 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lambda_sqs"
3
- version = " 0.2.14 "
3
+ version = " 0.2.15 "
4
4
description = """
5
5
Handles an SQS event and provides a vec of your type for processing.
6
6
"""
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ To use the crate add the dependency in Cargo.toml.
25
25
26
26
``` toml
27
27
[dependencies ]
28
- lambda_sqs = " 0.2.14 "
28
+ lambda_sqs = " 0.2.15 "
29
29
```
30
30
31
31
## Example
Original file line number Diff line number Diff line change 21
21
//!
22
22
//! ```toml
23
23
//! [dependencies]
24
- //! lambda_sqs = " {0.2.14 "
24
+ //! lambda_sqs = " {0.2.15 "
25
25
//! ```
26
26
//!
27
27
//! ```no_run
You can’t perform that action at this time.
0 commit comments