From 5a3149d2bd4e475caa6183bc4182e488abfe5b26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:55:14 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 4 ++++ testcontainers/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d03bbf..326798fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.21.1] - 2024-08-05 +### Details +#### Features +- Allow configuring resource ulimits ([#714](https://github.com/testcontainers/testcontainers-rs/pull/714)) ## [0.21.0] - 2024-07-30 ### Details #### Bug Fixes diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index 368a3361..d80c6859 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testcontainers" -version = "0.21.0" +version = "0.21.1" categories = ["development-tools::testing"] readme = "README.md" authors.workspace = true