Skip to content

Commit d428073

Browse files
chore: release v0.11.4 (#242)
## 🤖 New release * `testcontainers-modules`: 0.11.3 -> 0.11.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.11.4] - 2024-11-12 ### Features - Add Gitea module ([#238](#238)) ### Miscellaneous Tasks - Update databend-driver requirement from 0.21.0 to 0.22.2 ([#241](#241)) <!-- 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>
1 parent a481c9e commit d428073

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [0.11.4] - 2024-11-12
6+
7+
### Features
8+
9+
- Add Gitea module ([#238](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/238))
10+
11+
### Miscellaneous Tasks
12+
13+
- Update databend-driver requirement from 0.21.0 to 0.22.2 ([#241](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/241))
14+
15+
<!-- generated by git-cliff -->
516
## [0.11.3] - 2024-10-16
617

718
### Documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testcontainers-modules"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
description = "Community maintained modules for Testcontainers for Rust"
55
categories = ["development-tools::testing"]
66
edition = "2021"

0 commit comments

Comments
 (0)