File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.22.0] - 2024-08-30
6
+ ### Details
7
+ #### Bug Fixes
8
+ - [ ❗] Docker socket detection on unix ([ #721 ] ( https://github.com/testcontainers/testcontainers-rs/pull/721 ) )
9
+
10
+ #### Features
11
+ - Add ` working_dir ` to ` ContainerRequest ` ,` ImageExt ` ([ #724 ] ( https://github.com/testcontainers/testcontainers-rs/pull/724 ) )
12
+
13
+ #### Miscellaneous Tasks
14
+ - Added ` #![forbid(unsafe_code)] ` to the library ([ #722 ] ( https://github.com/testcontainers/testcontainers-rs/pull/722 ) )
5
15
## [ 0.21.1] - 2024-08-05
6
16
### Details
7
17
#### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " testcontainers"
3
- version = " 0.21.1 "
3
+ version = " 0.22.0 "
4
4
categories = [" development-tools::testing" ]
5
5
readme = " README.md"
6
6
authors.workspace = true
You can’t perform that action at this time.
0 commit comments