Skip to content

Commit

Permalink
chore: release v0.20.1 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 18, 2024
1 parent 64b635d commit eae71c6
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.20.1] - 2024-07-18
### Details
#### Bug Fixes
- Trim newline char from the mirrored messages ([#699](https://github.com/testcontainers/testcontainers-rs/pull/699))

#### Features
- Support optional prefix for `LoggingConsumer` ([#698](https://github.com/testcontainers/testcontainers-rs/pull/698))
## [0.20.0] - 2024-07-07
### 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.20.0"
version = "0.20.1"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
Expand Down

0 comments on commit eae71c6

Please sign in to comment.