From d428073f343fb07e5d4b52418e72b2d02fe1ece7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:44:07 +0100 Subject: [PATCH] chore: release v0.11.4 (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `testcontainers-modules`: 0.11.3 -> 0.11.4 (✓ API compatible changes)
Changelog

## [0.11.4] - 2024-11-12 ### Features - Add Gitea module ([#238](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/238)) ### Miscellaneous Tasks - Update databend-driver requirement from 0.21.0 to 0.22.2 ([#241](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/241))

--- 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 | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea47a2..b5756bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.11.4] - 2024-11-12 + +### Features + +- Add Gitea module ([#238](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/238)) + +### Miscellaneous Tasks + +- Update databend-driver requirement from 0.21.0 to 0.22.2 ([#241](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/241)) + + ## [0.11.3] - 2024-10-16 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index 292bf9e..06c9c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.11.3" +version = "0.11.4" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"