Skip to content

Commit 16e1a98

Browse files
committed
chore: Release lambda_sqs version 0.2.8
1 parent 0e00d3f commit 16e1a98

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.8] - 2024-09-14
99

1010
### Changed
1111

@@ -95,7 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9595
[#47]: https://github.com/jerus-org/lambda_sqs/pull/47
9696
[#48]: https://github.com/jerus-org/lambda_sqs/pull/48
9797
[#49]: https://github.com/jerus-org/lambda_sqs/pull/49
98-
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.7...HEAD
98+
[0.2.8]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.7...v0.2.8
9999
[0.2.7]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.6...v0.2.7
100100
[0.2.6]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.5...v0.2.6
101101
[0.2.5]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.4...v0.2.5

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.7"
3+
version = "0.2.8"
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
@@ -25,7 +25,7 @@ To use the crate add the dependency in Cargo.toml.
2525

2626
```toml
2727
[dependencies]
28-
lambda_sqs = " 0.2.7"
28+
lambda_sqs = " 0.2.8"
2929
```
3030

3131
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!
2222
//! ```toml
2323
//! [dependencies]
24-
//! lambda_sqs = " {0.2.7"
24+
//! lambda_sqs = " {0.2.8"
2525
//! ```
2626
//!
2727
//! ```no_run

0 commit comments

Comments
 (0)