Skip to content

Commit 73ec33e

Browse files
chore: release v0.27.1 (#924)
1 parent 6371103 commit 73ec33e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.27.1] - 2026-02-22
6+
### Details
7+
#### Bug Fixes
8+
- Pass env vars via Docker exec API instead of prepending to command ([#920](https://github.com/testcontainers/testcontainers-rs/pull/920))
9+
10+
#### Features
11+
- Allow people to disable the default wait behavior ([#922](https://github.com/testcontainers/testcontainers-rs/pull/922))
12+
513
## [0.27.0] - 2026-02-06
614
### Details
715
#### 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.27.0"
3+
version = "0.27.1"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)