Skip to content

Commit

Permalink
chore: release v0.4.3 (#133)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers-modules`: 0.4.2 -> 0.4.3 (✓ API compatible changes)

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

<blockquote>

## [0.4.3] - 2024-05-12

### Documentation

- Fix localstack example by setting `force_path_style`
([#132](#132))

### Features

- Add kwok module
([#121](#121))
- K3s module
([#129](#129))

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


</p></details>

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

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

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

## [0.4.3] - 2024-05-12

### Documentation

- Fix localstack example by setting `force_path_style` ([#132](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/132))

### Features

- Add kwok module ([#121](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/121))
- K3s module ([#129](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/129))

<!-- generated by git-cliff -->
## [0.4.2] - 2024-05-02

### Features
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.4.2"
version = "0.4.3"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
Expand Down

0 comments on commit ce1c011

Please sign in to comment.