Skip to content

Commit

Permalink
chore: release v0.11.3 (#235)
Browse files Browse the repository at this point in the history
## 🤖 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>
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
1 parent a1cba2f commit 3bb9f1b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

<!-- generated by git-cliff -->
## [0.11.2] - 2024-09-30

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3bb9f1b

Please sign in to comment.