Skip to content

Commit 0ab4281

Browse files
chore: release v0.12.1 (#355)
## 🤖 New release * `testcontainers-modules`: 0.12.0 -> 0.12.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.12.1] - 2025-05-29 ### Bug Fixes - Use HTTP wait strategy (#350) ### Features - Add scylladb module (#325) - Add arrow_flightsql module (#348) - Add CrateDB (#353) ### Miscellaneous Tasks - Update alloy-transport-http requirement from 0.11.1 to 1.0.7 (#351) - MSRV 1.82 - Address clippy lint warnings (#354) <!-- 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 05652f0 commit 0ab4281

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.12.1] - 2025-05-29
6+
7+
### Bug Fixes
8+
9+
- Use HTTP wait strategy (#350)
10+
11+
### Features
12+
13+
- Add scylladb module (#325)
14+
- Add arrow_flightsql module (#348)
15+
- Add CrateDB (#353)
16+
17+
### Miscellaneous Tasks
18+
19+
- Update alloy-transport-http requirement from 0.11.1 to 1.0.7 (#351)
20+
- MSRV 1.82
21+
- Address clippy lint warnings (#354)
22+
23+
<!-- generated by git-cliff -->
524
## [0.12.0] - 2025-05-05
625

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

0 commit comments

Comments
 (0)