From 3bb9f1bb40034b0bb3f9c916bad94833fdfe5167 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:03:56 +0200 Subject: [PATCH] chore: release v0.11.3 (#235) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `testcontainers-modules`: 0.11.2 -> 0.11.3 (✓ API compatible changes)
Changelog

## [0.11.3] - 2024-10-16 ### Documentation - Add missing CockroachDB docs ([#234](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/234)) ### Features - Add `Pulsar` module ([#233](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/233)) ### Miscellaneous Tasks - Update async-nats requirement from 0.36.0 to 0.37.0 ([#229](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/229))

--- 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 | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f57252f..7ea47a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.11.3] - 2024-10-16 + +### Documentation + +- Add missing CockroachDB docs ([#234](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/234)) + +### Features + +- Add `Pulsar` module ([#233](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/233)) + +### Miscellaneous Tasks + +- Update async-nats requirement from 0.36.0 to 0.37.0 ([#229](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/229)) + + ## [0.11.2] - 2024-09-30 ### Features diff --git a/Cargo.toml b/Cargo.toml index e1c2eb2..04e8c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers-modules" -version = "0.11.2" +version = "0.11.3" description = "Community maintained modules for Testcontainers for Rust" categories = ["development-tools::testing"] edition = "2021"