Skip to content

Commit eb8e916

Browse files
chore: release v0.5.1 (#145)
## 🤖 New release * `testcontainers-modules`: 0.5.0 -> 0.5.1 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.1] - 2024-06-14 ### Documentation - Fix typo ([#141](#141)) ### Features - Add oracle image impl ([#140](#140)) - Add `clickhouse` image ([#142](#142)) <!-- 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 edf3c6e commit eb8e916

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.1] - 2024-06-14
6+
7+
### Documentation
8+
9+
- Fix typo ([#141](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/141))
10+
11+
### Features
12+
13+
- Add oracle image impl ([#140](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/140))
14+
- Add `clickhouse` image ([#142](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/142))
15+
16+
<!-- generated by git-cliff -->
517
## [0.5.0] - 2024-05-26
618

719
### Miscellaneous Tasks

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.5.0"
3+
version = "0.5.1"
44
description = "Community maintained modules for Testcontainers for Rust"
55
categories = ["development-tools::testing"]
66
edition = "2021"

0 commit comments

Comments
 (0)