From eae71c644a87f175658593f9e7e2c51ec6745e0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:07:38 +0200 Subject: [PATCH] chore: release v0.20.1 (#700) --- CHANGELOG.md | 7 +++++++ testcontainers/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e00b53..ffb63af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index cf453930..0ec555a5 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -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