Skip to content

Commit

Permalink
chore: release v0.16.5 (#616)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers`: 0.16.4 -> 0.16.5 (✓ API compatible changes)

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

<blockquote>

## [0.16.5] - 2024-04-29

### Details
#### Bug Fixes
- Correct drop of a network for sync container
([#612](#612))
- Correct default for `get_host_ip_address` in case of `unix` or `npipe`
([#613](#613))

#### Miscellaneous Tasks
- Update `serde-java-properties` to `0.2.0`
([#614](#614))
</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 Apr 29, 2024
1 parent 4c0472e commit b2059e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.16.5] - 2024-04-29
### Details
#### Bug Fixes
- Correct drop of a network for sync container ([#612](https://github.com/testcontainers/testcontainers-rs/pull/612))
- Correct default for `get_host_ip_address` in case of `unix` or `npipe` ([#613](https://github.com/testcontainers/testcontainers-rs/pull/613))

#### Miscellaneous Tasks
- Update `serde-java-properties` to `0.2.0` ([#614](https://github.com/testcontainers/testcontainers-rs/pull/614))
## [0.16.4] - 2024-04-29
### Details
#### Bug Fixes
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.4"
version = "0.16.5"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
Expand Down

0 comments on commit b2059e9

Please sign in to comment.