Skip to content

Commit

Permalink
chore: Release lambda_sqs version 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jerus-bot committed Dec 7, 2024
1 parent 26e9e1e commit 52f2957
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.16] - 2024-12-07

### Security

Expand Down Expand Up @@ -172,7 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#64]: https://github.com/jerus-org/lambda_sqs/pull/64
[#65]: https://github.com/jerus-org/lambda_sqs/pull/65
[#66]: https://github.com/jerus-org/lambda_sqs/pull/66
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.15...HEAD
[0.2.16]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.15...v0.2.16
[0.2.15]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.14...v0.2.15
[0.2.14]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...v0.2.14
[0.2.13]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...v0.2.13
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_sqs"
version = "0.2.15"
version = "0.2.16"
description = """
Handles an SQS event and provides a vec of your type for processing.
"""
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To use the crate add the dependency in Cargo.toml.

```toml
[dependencies]
lambda_sqs = " 0.2.15"
lambda_sqs = " 0.2.16"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!
//! ```toml
//! [dependencies]
//! lambda_sqs = " {0.2.15"
//! lambda_sqs = " {0.2.16"
//! ```
//!
//! ```no_run
Expand Down

0 comments on commit 52f2957

Please sign in to comment.