We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6371103 commit 73ec33eCopy full SHA for 73ec33e
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
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
13
## [0.27.0] - 2026-02-06
14
### Details
15
#### Features
testcontainers/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "testcontainers"
-version = "0.27.0"
+version = "0.27.1"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
0 commit comments