We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10b48f commit 3f30ac8Copy full SHA for 3f30ac8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
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))
9
## [0.21.0] - 2024-07-30
10
### Details
11
#### Bug Fixes
testcontainers/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "testcontainers"
-version = "0.21.0"
+version = "0.21.1"
categories = ["development-tools::testing"]
readme = "README.md"
authors.workspace = true
0 commit comments