From f2bf770291d4806c1eb6aad1d0a89874b1494995 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:35:27 +0200 Subject: [PATCH] chore: release v0.11.1 (#223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `testcontainers-modules`: 0.11.0 -> 0.11.1 (✓ API compatible changes)
Changelog

## [0.11.1] - 2024-09-26 ### Documentation - Disallow missing docs on crate level and allow where necessary ([#222](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/222)) ### Features - Implement `with_init_sql` for `Postgres`, `Mysql` and `Mariadb` ([#182](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/182)) - Tls certs and ldif file ([#217](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/217))

--- 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 | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54826b5..60fdd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.11.1] - 2024-09-26 + +### Documentation + +- Disallow missing docs on crate level and allow where necessary ([#222](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/222)) + +### Features + +- Implement `with_init_sql` for `Postgres`, `Mysql` and `Mariadb` ([#182](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/182)) +- Tls certs and ldif file ([#217](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/217)) + + ## [0.11.0] - 2024-09-25 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index f42cf76..d82b7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.11.0" +version = "0.11.1" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"