Skip to content

Commit b9a24b6

Browse files
committed
chore: πŸš€ Update change log, readme and increment version
1 parent d99ffdd commit b9a24b6

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff 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

β€Ž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.0"
3+
version = "0.2.1"
44
description = """
55
Handles an SQS event and provides a vec of your type for processing.
66
"""

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Specialised lambda_runtime to accept and process events from SQS.
3434
SQS dispatches events to the a lambda function in batches (often, it seems
3535
to my surprise). This crate provides a lambda_runtime implementation which
3636
expects 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

0 commit comments

Comments
Β (0)