Skip to content

Commit

Permalink
chore: release v0.5.0 (#139)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers-modules`: 0.4.3 -> 0.5.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.5.0] - 2024-05-26

### Miscellaneous Tasks

- Update async-nats requirement from 0.34.0 to 0.35.0
([#135](#135))
- Update zookeeper-client requirement from 0.7.1 to 0.8.0
([#134](#134))
- [**breaking**] Update `testcontainers` to `0.17.0`
([#137](#137))

<!-- generated by git-cliff -->
</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>
  • Loading branch information
github-actions[bot] committed May 26, 2024
1 parent eca6163 commit 071945d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.5.0] - 2024-05-26

### Miscellaneous Tasks

- Update async-nats requirement from 0.34.0 to 0.35.0 ([#135](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/135))
- Update zookeeper-client requirement from 0.7.1 to 0.8.0 ([#134](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/134))
- [**breaking**] Update `testcontainers` to `0.17.0` ([#137](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/137))

<!-- generated by git-cliff -->
## [0.4.3] - 2024-05-12

### Documentation
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.4.3"
version = "0.5.0"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
Expand Down

0 comments on commit 071945d

Please sign in to comment.