Skip to content

Commit 145544f

Browse files
chore: release v0.26.2 (#895)
## πŸ€– New release * `testcontainers`: 0.26.1 -> 0.26.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.26.2] - 2025-12-19 ### Details #### Features - Allow overriding project name ([#894](#894)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff3f078 commit 145544f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.26.2] - 2025-12-19
6+
### Details
7+
#### Features
8+
- Allow overriding project name ([#894](https://github.com/testcontainers/testcontainers-rs/pull/894))
9+
510
## [0.26.1] - 2025-12-19
611
### Details
712
#### 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.26.1"
3+
version = "0.26.2"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
Β (0)