Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.11.0 #221

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## [0.11.0] - 2024-09-25

### Bug Fixes

- Update version to fix crashes in CI ([#219](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/219))
- [**breaking**] Make EULA acception explicit ([#218](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/218))

### Documentation

- Add docs for the ganachecli module ([#190](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/190))

### Features

- Add ability to enable properties-config for testcontainers
- [**breaking**] Update testcontainers to `0.23.0` ([#216](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/216))

### Miscellaneous Tasks

- Update redis requirement from 0.26.0 to 0.27.2 ([#211](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/211))
- Exclude all-features test run ([#174](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/174))
- Update async-nats requirement from 0.35.0 to 0.36.0 ([#206](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/206))

### Refactor

- [**breaking**] Require the builder pattern for module initalisation ([#161](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/161))

### Testing

- Correct password usage

<!-- generated by git-cliff -->
## [0.10.0] - 2024-08-31

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "testcontainers-modules"
version = "0.10.0"
version = "0.11.0"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
Expand Down