Skip to content

Commit

Permalink
chore: release v0.16.7 (#623)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers`: 0.16.6 -> 0.16.7 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.16.7] - 2024-05-01

### Details
#### Bug Fixes
- `get_host` for `unix` and `npipe` docker hosts
([#621](#621))

#### Features
- Extend `WaitFor` for `ExecCommand`
([#622](#622))
</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] authored May 1, 2024
1 parent fd89603 commit 476f0df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.16.7] - 2024-05-01
### Details
#### Bug Fixes
- `get_host` for `unix` and `npipe` docker hosts ([#621](https://github.com/testcontainers/testcontainers-rs/pull/621))

#### Features
- Extend `WaitFor` for `ExecCommand` ([#622](https://github.com/testcontainers/testcontainers-rs/pull/622))
## [0.16.6] - 2024-04-30
### 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.16.6"
version = "0.16.7"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
Expand Down

0 comments on commit 476f0df

Please sign in to comment.