Skip to content

Commit 3bb9f1b

Browse files
chore: release v0.11.3 (#235)
## 🤖 New release * `testcontainers-modules`: 0.11.2 -> 0.11.3 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.11.3] - 2024-10-16 ### Documentation - Add missing CockroachDB docs ([#234](#234)) ### Features - Add `Pulsar` module ([#233](#233)) ### Miscellaneous Tasks - Update async-nats requirement from 0.36.0 to 0.37.0 ([#229](#229)) <!-- 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 a1cba2f commit 3bb9f1b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.11.3] - 2024-10-16
6+
7+
### Documentation
8+
9+
- Add missing CockroachDB docs ([#234](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/234))
10+
11+
### Features
12+
13+
- Add `Pulsar` module ([#233](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/233))
14+
15+
### Miscellaneous Tasks
16+
17+
- Update async-nats requirement from 0.36.0 to 0.37.0 ([#229](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/229))
18+
19+
<!-- generated by git-cliff -->
520
## [0.11.2] - 2024-09-30
621

722
### Features

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

0 commit comments

Comments
 (0)