Skip to content

Commit f86fbc4

Browse files
chore: release v0.26.3 (#900)
## 🤖 New release * `testcontainers`: 0.26.2 -> 0.26.3 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.26.3] - 2025-12-24 ### Details #### Features - Support for reusable containers that have been stopped ([#896](#896)) - Support auto-detection of docker-compose client ([#898](#898)) - Allow customizations of host-config ([#899](#899)) </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> Co-authored-by: Artem Medvedev <[email protected]>
1 parent 853d989 commit f86fbc4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.26.3] - 2025-12-24
6+
### Details
7+
#### Features
8+
- Support for reusable containers that have been stopped ([#896](https://github.com/testcontainers/testcontainers-rs/pull/896))
9+
- Support auto-detection of docker-compose client ([#898](https://github.com/testcontainers/testcontainers-rs/pull/898))
10+
- Allow customizations of host-config ([#899](https://github.com/testcontainers/testcontainers-rs/pull/899))
11+
512
## [0.26.2] - 2025-12-19
613
### Details
714
#### 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.26.2"
3+
version = "0.26.3"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)