We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b9f6e commit 4049724Copy full SHA for 4049724
βCHANGELOG.mdβ
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.23.1] - 2024-09-26
6
+### Details
7
+#### Features
8
+- Expose configured bollard client ([#740](https://github.com/testcontainers/testcontainers-rs/pull/740))
9
## [0.23.0] - 2024-09-25
10
### Details
11
#### Bug Fixes
βtestcontainers/Cargo.tomlβ
@@ -1,6 +1,6 @@
1
[package]
name = "testcontainers"
-version = "0.23.0"
+version = "0.23.1"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
0 commit comments