Skip to content

Commit

Permalink
chore: Release lambda_sqs version 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jerus-bot committed Dec 28, 2024
1 parent fa44eaa commit 48a0c84
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.18] - 2024-12-28

### Security

Expand Down Expand Up @@ -190,7 +190,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#68]: https://github.com/jerus-org/lambda_sqs/pull/68
[#69]: https://github.com/jerus-org/lambda_sqs/pull/69
[#70]: https://github.com/jerus-org/lambda_sqs/pull/70
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.17...HEAD
[0.2.18]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.17...v0.2.18
[0.2.17]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.16...v0.2.17
[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
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.17"
version = "0.2.18"
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.17"
lambda_sqs = " 0.2.18"
```

## 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.17"
//! lambda_sqs = " {0.2.18"
//! ```
//!
//! ```no_run
Expand Down

0 comments on commit 48a0c84

Please sign in to comment.