Skip to content

Commit

Permalink
chore: release v0.11.5 (#266)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers-modules`: 0.11.4 -> 0.11.5 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.11.5] - 2025-01-07

### Bug Fixes

- Fix clippy errors (#251)

### Documentation

- Add nats example (#239)

### Features

- Add "pro" variant for LocalStack image (#255)
- Add `Valkey` module (#252)
- Add `RQLite` module (#261)

### Miscellaneous Tasks

- Update async-nats requirement from 0.37.0 to 0.38.0 (#245)
- Fix oracle tests (#263)
- Bump MSRV to `1.81` (#264)
- Utilize cargo-hack partitions to speed up tests (#265)

<!-- 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 7, 2025
1 parent 56bbb8a commit 0ed99c2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## [0.11.5] - 2025-01-07

### Bug Fixes

- Fix clippy errors (#251)

### Documentation

- Add nats example (#239)

### Features

- Add "pro" variant for LocalStack image (#255)
- Add `Valkey` module (#252)
- Add `RQLite` module (#261)

### Miscellaneous Tasks

- Update async-nats requirement from 0.37.0 to 0.38.0 (#245)
- Fix oracle tests (#263)
- Bump MSRV to `1.81` (#264)
- Utilize cargo-hack partitions to speed up tests (#265)

<!-- generated by git-cliff -->
## [0.11.4] - 2024-11-12

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

0 comments on commit 0ed99c2

Please sign in to comment.