From df5fb05370a07f681834b1e1785d519230408b92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:20:36 +0200 Subject: [PATCH] chore: release v0.22.0 (#725) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `testcontainers`: 0.21.1 -> 0.22.0
Changelog

## [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))

--- 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> --- CHANGELOG.md | 10 ++++++++++ testcontainers/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 326798fb..b1b5e7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index d80c6859..8455eddc 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -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