File tree Expand file tree Collapse file tree 3 files changed +11
-14
lines changed
Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717### Remove
1818
19- ## [ 0.0.2]
20-
21- ### Add
22-
23- - Collect batch of messages
24- - Convert batch of messages to vec of user provider struct
19+ ## [ 0.2.1]
2520
2621### Change
2722
28- ### Remove
23+ - FIX: error in repository string
24+ - Update dependenies
2925
30- ## 0.0.1
26+ ## [ 0.2.0 ]
3127
32- - Initial structure to reserve crate name
28+ ### Add
3329
34- ### Added
30+ - Collect batch of messages
31+ - Convert batch of messages to vec of user provider struct
3532
36- ### Changed
33+ ## 0.1.0
3734
38- ### Removed
35+ - Initial structure to reserve crate name
3936
4037[ Unreleased ] : https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
4138[ 0.0.2 ] : https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.2
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_sqs"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
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 @@ -34,7 +34,7 @@ Specialised lambda_runtime to accept and process events from SQS.
3434SQS dispatches events to the a lambda function in batches (often, it seems
3535to my surprise). This crate provides a lambda_runtime implementation which
3636expects to receive a batch of messages in the [ SqsEvent] type and provides
37- a method to transform the batch of events to a vector of your Struct.
37+ a method to transform the batch of events to a vec of your Struct.
3838
3939## Example
4040
You canβt perform that action at this time.
0 commit comments