Skip to content

Commit 3f30ac8

Browse files
chore: release v0.21.1 (#717)
## 🤖 New release * `testcontainers`: 0.21.0 -> 0.21.1 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.21.1] - 2024-08-05 ### Details #### Features - Allow configuring resource ulimits ([#714](#714)) </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 b10b48f commit 3f30ac8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.21.1] - 2024-08-05
6+
### Details
7+
#### Features
8+
- Allow configuring resource ulimits ([#714](https://github.com/testcontainers/testcontainers-rs/pull/714))
59
## [0.21.0] - 2024-07-30
610
### Details
711
#### 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.21.0"
3+
version = "0.21.1"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)