Skip to content

Commit 480d5ed

Browse files
chore: release v0.10.0 (#204)
## 🤖 New release * `testcontainers-modules`: 0.9.0 -> 0.10.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.10.0] - 2024-08-31 ### Bug Fixes - Doc-test failures ([#186](#186)) ### Documentation - Added docs for Apache ZooKeeper ([#184](#184)) - Documented all ports which containers at least expose ([#183](#183)) - Enable `rustfmt` for doc comments ([#187](#187)) - Fixed rustfmt violation in the `openldap` module ([#189](#189)) - Fixed a bit of missing docs in the openldap module ([#191](#191)) - Complete the documentation for the meilisearch module ([#192](#192)) - Complete the `*_PORT` documentation ([#195](#195)) - Add `pub mod` docs ([#193](#193)) - Documents the neo4j plugins ([#194](#194)) ### Features - Added an `OpenLDAP` testcontainer module ([#180](#180)) - Add support for `apache\kafka` docker image ([#178](#178)) - [**breaking**] Update `testcontainers` to 0.22.0 ([#203](#203)) ### Miscellaneous Tasks - Changed from `actions-rs` to a more maintained CI alternative ([#188](#188)) ### Refactor - [**breaking**] Changed `KAFKA_PORT` to a `ContainerPort` ([#185](#185)) <!-- 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>
1 parent cd740ed commit 480d5ed

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.10.0] - 2024-08-31
6+
7+
### Bug Fixes
8+
9+
- Doc-test failures ([#186](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/186))
10+
11+
### Documentation
12+
13+
- Added docs for Apache ZooKeeper ([#184](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/184))
14+
- Documented all ports which containers at least expose ([#183](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/183))
15+
- Enable `rustfmt` for doc comments ([#187](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/187))
16+
- Fixed rustfmt violation in the `openldap` module ([#189](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/189))
17+
- Fixed a bit of missing docs in the openldap module ([#191](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/191))
18+
- Complete the documentation for the meilisearch module ([#192](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/192))
19+
- Complete the `*_PORT` documentation ([#195](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/195))
20+
- Add `pub mod` docs ([#193](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/193))
21+
- Documents the neo4j plugins ([#194](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/194))
22+
23+
### Features
24+
25+
- Added an `OpenLDAP` testcontainer module ([#180](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/180))
26+
- Add support for `apache\kafka` docker image ([#178](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/178))
27+
- [**breaking**] Update `testcontainers` to 0.22.0 ([#203](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/203))
28+
29+
### Miscellaneous Tasks
30+
31+
- Changed from `actions-rs` to a more maintained CI alternative ([#188](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/188))
32+
33+
### Refactor
34+
35+
- [**breaking**] Changed `KAFKA_PORT` to a `ContainerPort` ([#185](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/185))
36+
37+
<!-- generated by git-cliff -->
538
## [0.9.0] - 2024-07-30
639

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

0 commit comments

Comments
 (0)