From 417566aa176808f764c7b40413e2ecf096d74c18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:42:26 +0000 Subject: [PATCH] chore: release v0.11.4 --- 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"