Skip to content

Commit

Permalink
chore: release v0.11.6 (#282)
Browse files Browse the repository at this point in the history
## 🤖 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>
  • Loading branch information
github-actions[bot] authored Jan 27, 2025
1 parent 1611c67 commit bc0ffab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [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 -->
## [0.11.5] - 2025-01-07

### Bug Fixes
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.5"
version = "0.11.6"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
Expand Down

0 comments on commit bc0ffab

Please sign in to comment.