Skip to content

Commit 784dc7c

Browse files
chore: release v0.23.2 (#767)
## 🤖 New release * `testcontainers`: 0.23.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.23.2] - 2025-02-06 ### Details #### Documentation - Add examples of `ImageExt` usage and cover `GenericImage` (#747) #### Features - Add `cap_add` and `cap_drop` support (#726) - Add support for user-configured labels (#756) - Reusable containers (#757) - Add image hook to run commands before ready (#766) #### Miscellaneous Tasks - Update thiserror requirement from 1.0.60 to 2.0.3 (#754) - Bump the bollard dep to latest (#759) #### Testing - Deflake the test `start_containers_in_parallel` (#748) </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 b979cde commit 784dc7c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.23.2] - 2025-02-06
6+
### Details
7+
#### Documentation
8+
- Add examples of `ImageExt` usage and cover `GenericImage` (#747)
9+
10+
#### Features
11+
- Add `cap_add` and `cap_drop` support (#726)
12+
- Add support for user-configured labels (#756)
13+
- Reusable containers (#757)
14+
- Add image hook to run commands before ready (#766)
15+
16+
#### Miscellaneous Tasks
17+
- Update thiserror requirement from 1.0.60 to 2.0.3 (#754)
18+
- Bump the bollard dep to latest (#759)
19+
20+
#### Testing
21+
- Deflake the test `start_containers_in_parallel` (#748)
522
## [0.23.1] - 2024-09-26
623
### Details
724
#### Features

testcontainers/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"
3-
version = "0.23.1"
3+
version = "0.23.2"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)