Skip to content

Commit

Permalink
chore: release v0.11.4 (#242)
Browse files Browse the repository at this point in the history
## 🤖 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>
  • Loading branch information
github-actions[bot] authored Nov 12, 2024
1 parent a481c9e commit d428073
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

<!-- generated by git-cliff -->
## [0.11.3] - 2024-10-16

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

0 comments on commit d428073

Please sign in to comment.