Skip to content

Commit df5fb05

Browse files
chore: release v0.22.0 (#725)
## 🤖 New release * `testcontainers`: 0.21.1 -> 0.22.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.22.0] - 2024-08-30 ### Details #### Bug Fixes - [❗] Docker socket detection on unix ([#721](#721)) #### Features - Add `working_dir` to `ContainerRequest`,`ImageExt` ([#724](#724)) #### Miscellaneous Tasks - Added `#![forbid(unsafe_code)]` to the library ([#722](#722)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 202ec4a commit df5fb05

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

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))
515
## [0.21.1] - 2024-08-05
616
### Details
717
#### 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.21.1"
3+
version = "0.22.0"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)