Skip to content

Commit f6a6ecd

Browse files
chore: release v0.26.1 (#892)
## 🤖 New release * `testcontainers`: 0.26.0 -> 0.26.1 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.26.1] - 2025-12-19 ### Details #### Bug Fixes - Reuse container requires name ([#887](#887)) - Respect `TESTCONTAINERS_COMMAND` ([#891](#891)) #### Miscellaneous Tasks - Update russh requirement from 0.54.4 to 0.55.0 ([#888](#888)) </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 3b3ac3f commit f6a6ecd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.26.1] - 2025-12-19
6+
### Details
7+
#### Bug Fixes
8+
- Reuse container requires name ([#887](https://github.com/testcontainers/testcontainers-rs/pull/887))
9+
- Respect `TESTCONTAINERS_COMMAND` ([#891](https://github.com/testcontainers/testcontainers-rs/pull/891))
10+
11+
#### Miscellaneous Tasks
12+
- Update russh requirement from 0.54.4 to 0.55.0 ([#888](https://github.com/testcontainers/testcontainers-rs/pull/888))
13+
514
## [0.26.0] - 2025-12-01
615
### Details
716
#### Bug Fixes

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

0 commit comments

Comments
 (0)