From ce1c011274874d04cd33e6b5c701c653cc6c5980 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 18:54:33 +0200 Subject: [PATCH] chore: release v0.4.3 (#133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `testcontainers-modules`: 0.4.2 -> 0.4.3 (✓ API compatible changes)
Changelog

## [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))

--- 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> --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f172d6..9b107b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + + ## [0.4.2] - 2024-05-02 ### Features diff --git a/Cargo.toml b/Cargo.toml index 00311d4..7848af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"