Skip to content

Commit bc0ffab

Browse files
chore: release v0.11.6 (#282)
## 🤖 New release * `testcontainers-modules`: 0.11.5 -> 0.11.6 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.11.6] - 2025-01-27 ### Features - Allow enabling jetstream for nats (#268) - Add Foundry Anvil image impl (#272) - Add method `latest` to anvil node impl (#277) ### Testing - Fix broken test in CI (#281) <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1611c67 commit bc0ffab

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.11.6] - 2025-01-27
6+
7+
### Features
8+
9+
- Allow enabling jetstream for nats (#268)
10+
- Add Foundry Anvil image impl (#272)
11+
- Add method `latest` to anvil node impl (#277)
12+
13+
### Testing
14+
15+
- Fix broken test in CI (#281)
16+
17+
<!-- generated by git-cliff -->
518
## [0.11.5] - 2025-01-07
619

720
### Bug Fixes

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

0 commit comments

Comments
 (0)