From 95ddd55466500cf38d3acd4f33713a870f150236 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:58:14 +0000 Subject: [PATCH] chore: release --- 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"