Skip to content

Commit

Permalink
chore: release v0.10.0 (#204)
Browse files Browse the repository at this point in the history
## 🤖 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>
  • Loading branch information
github-actions[bot] authored Aug 31, 2024
1 parent cd740ed commit 480d5ed
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

## [0.10.0] - 2024-08-31

### Bug Fixes

- Doc-test failures ([#186](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/186))

### Documentation

- Added docs for Apache ZooKeeper ([#184](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/184))
- Documented all ports which containers at least expose ([#183](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/183))
- Enable `rustfmt` for doc comments ([#187](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/187))
- Fixed rustfmt violation in the `openldap` module ([#189](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/189))
- Fixed a bit of missing docs in the openldap module ([#191](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/191))
- Complete the documentation for the meilisearch module ([#192](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/192))
- Complete the `*_PORT` documentation ([#195](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/195))
- Add `pub mod` docs ([#193](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/193))
- Documents the neo4j plugins ([#194](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/194))

### Features

- Added an `OpenLDAP` testcontainer module ([#180](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/180))
- Add support for `apache\kafka` docker image ([#178](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/178))
- [**breaking**] Update `testcontainers` to 0.22.0 ([#203](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/203))

### Miscellaneous Tasks

- Changed from `actions-rs` to a more maintained CI alternative ([#188](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/188))

### Refactor

- [**breaking**] Changed `KAFKA_PORT` to a `ContainerPort` ([#185](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/185))

<!-- generated by git-cliff -->
## [0.9.0] - 2024-07-30

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

0 comments on commit 480d5ed

Please sign in to comment.