Skip to content

Commit

Permalink
chore: release v0.3.1 (#85)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers-modules`: 0.3.0 -> 0.3.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.3.1] - 2024-01-08

### Features

- Add a `LocalStack` module
([#84](#84))

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent c5efbc7 commit 6a4d10a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.3.1] - 2024-01-08

### Features

- Add a `LocalStack` module ([#84](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/84))

<!-- generated by git-cliff -->
## [0.3.0] - 2024-01-03

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "testcontainers-modules"
version = "0.3.0"
version = "0.3.1"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
Expand Down

0 comments on commit 6a4d10a

Please sign in to comment.