Skip to content

Commit

Permalink
chore: release v0.22.0 (#725)
Browse files Browse the repository at this point in the history
## 🤖 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>
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent 202ec4a commit df5fb05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.22.0] - 2024-08-30
### Details
#### Bug Fixes
- [] Docker socket detection on unix ([#721](https://github.com/testcontainers/testcontainers-rs/pull/721))

#### Features
- Add `working_dir` to `ContainerRequest`,`ImageExt` ([#724](https://github.com/testcontainers/testcontainers-rs/pull/724))

#### Miscellaneous Tasks
- Added `#![forbid(unsafe_code)]` to the library ([#722](https://github.com/testcontainers/testcontainers-rs/pull/722))
## [0.21.1] - 2024-08-05
### Details
#### Features
Expand Down
2 changes: 1 addition & 1 deletion testcontainers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "testcontainers"
version = "0.21.1"
version = "0.22.0"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
Expand Down

0 comments on commit df5fb05

Please sign in to comment.