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.12 ] - 2024-11-02
9
9
10
10
### Security
11
11
@@ -135,7 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135
135
[ #57 ] : https://github.com/jerus-org/lambda_sqs/pull/57
136
136
[ #58 ] : https://github.com/jerus-org/lambda_sqs/pull/58
137
137
[ #59 ] : https://github.com/jerus-org/lambda_sqs/pull/59
138
- [ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...HEAD
138
+ [ 0.2.12 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12
139
139
[ 0.2.11 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.10...v0.2.11
140
140
[ 0.2.10 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.9...v0.2.10
141
141
[ 0.2.9 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.8...v0.2.9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lambda_sqs"
3
- version = " 0.2.11 "
3
+ version = " 0.2.12 "
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.11 "
28
+ lambda_sqs = " 0.2.12 "
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.11 "
24
+ //! lambda_sqs = " {0.2.12 "
25
25
//! ```
26
26
//!
27
27
//! ```no_run
You can’t perform that action at this time.
0 commit comments