Skip to content

Commit

Permalink
chore: release v0.19.0 (#673)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers`: 0.18.0 -> 0.19.0

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

<blockquote>

## [0.19.0] - 2024-06-27

### Details
#### Bug Fixes
- [❗] Use `rustls-tls` as default for `reqwest`
([#672](#672))

#### Documentation
- Update examples of `GenericImage::with_exposed_port`
([#670](#670))

#### Features
- Add ability to convert `ContainerPort` to `u16`
([#664](#664))

#### Miscellaneous Tasks
- Make `ports` module public
([#665](#665))

#### Performance
- Use separate dropper thread for `current_thread` flavor
([#666](#666))

#### Refactor
- Use multi-threaded runtime for blocking feature
([#667](#667))
</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 Jun 28, 2024
1 parent a85ce5c commit f80f4cd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [0.19.0] - 2024-06-27
### Details
#### Bug Fixes
- [] Use `rustls-tls` as default for `reqwest` ([#672](https://github.com/testcontainers/testcontainers-rs/pull/672))

#### Documentation
- Update examples of `GenericImage::with_exposed_port` ([#670](https://github.com/testcontainers/testcontainers-rs/pull/670))

#### Features
- Add ability to convert `ContainerPort` to `u16` ([#664](https://github.com/testcontainers/testcontainers-rs/pull/664))

#### Miscellaneous Tasks
- Make `ports` module public ([#665](https://github.com/testcontainers/testcontainers-rs/pull/665))

#### Performance
- Use separate dropper thread for `current_thread` flavor ([#666](https://github.com/testcontainers/testcontainers-rs/pull/666))

#### Refactor
- Use multi-threaded runtime for blocking feature ([#667](https://github.com/testcontainers/testcontainers-rs/pull/667))
## [0.18.0] - 2024-06-15
### 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.18.0"
version = "0.19.0"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
Expand Down

0 comments on commit f80f4cd

Please sign in to comment.