Skip to content

Commit 66bbad5

Browse files
chore: release v0.8.0 (#163)
1 parent d176c37 commit 66bbad5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.8.0] - 2024-07-07
6+
7+
### Bug Fixes
8+
9+
- Wait conditions for postgres module ([#162](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/162))
10+
11+
### Miscellaneous Tasks
12+
13+
- Made deriving `Clone` consistent ([#156](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/156))
14+
- [**breaking**] Bump testcontainers to `0.20.0` ([#159](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/159))
15+
16+
<!-- generated by git-cliff -->
517
## [0.7.1] - 2024-06-30
618

719
### Features

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-modules"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
description = "Community maintained modules for Testcontainers for Rust"
55
categories = ["development-tools::testing"]
66
edition = "2021"

0 commit comments

Comments
 (0)