Skip to content

Commit e62b418

Browse files
chore: release v0.23.3 (#770)
## πŸ€– New release * `testcontainers`: 0.23.2 -> 0.23.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.23.3] - 2025-02-19 ### Details #### Bug Fixes - Proper handling of possible stdin in logs stream (#769) #### Features - Re-export bollard </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3bd9cb0 commit e62b418

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.23.3] - 2025-02-19
6+
### Details
7+
#### Bug Fixes
8+
- Proper handling of possible stdin in logs stream (#769)
9+
10+
#### Features
11+
- Re-export bollard
512
## [0.23.2] - 2025-02-06
613
### Details
714
#### Documentation

β€Ž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.23.2"
3+
version = "0.23.3"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
Β (0)