Skip to content

Commit f80f4cd

Browse files
chore: release v0.19.0 (#673)
## 🤖 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>
1 parent a85ce5c commit f80f4cd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## [0.19.0] - 2024-06-27
6+
### Details
7+
#### Bug Fixes
8+
- [] Use `rustls-tls` as default for `reqwest` ([#672](https://github.com/testcontainers/testcontainers-rs/pull/672))
9+
10+
#### Documentation
11+
- Update examples of `GenericImage::with_exposed_port` ([#670](https://github.com/testcontainers/testcontainers-rs/pull/670))
12+
13+
#### Features
14+
- Add ability to convert `ContainerPort` to `u16` ([#664](https://github.com/testcontainers/testcontainers-rs/pull/664))
15+
16+
#### Miscellaneous Tasks
17+
- Make `ports` module public ([#665](https://github.com/testcontainers/testcontainers-rs/pull/665))
18+
19+
#### Performance
20+
- Use separate dropper thread for `current_thread` flavor ([#666](https://github.com/testcontainers/testcontainers-rs/pull/666))
21+
22+
#### Refactor
23+
- Use multi-threaded runtime for blocking feature ([#667](https://github.com/testcontainers/testcontainers-rs/pull/667))
524
## [0.18.0] - 2024-06-15
625
### Details
726
#### Bug Fixes

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testcontainers"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)