Skip to content

Commit

Permalink
chore: release v0.2.0 (#74)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers-modules`: 0.1.4 -> 0.2.0 (✓ API compatible changes)

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

<blockquote>

## [0.2.0] - 2023-11-29

### Features

- Add `Microsoft SQL Server` module
([#72](#72))

### Miscellaneous Tasks

- [**breaking**] Update `elasticmq` default image version
([#73](#73))
- Bump the aws-dependencies group with 5 updates
([#71](#71))

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 29, 2023
1 parent 0c579ca commit 2563f2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.2.0] - 2023-11-29

### Features

- Add `Microsoft SQL Server` module ([#72](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/72))

### Miscellaneous Tasks

- [**breaking**] Update `elasticmq` default image version ([#73](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/73))
- Bump the aws-dependencies group with 5 updates ([#71](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/71))

<!-- generated by git-cliff -->
## [0.1.4] - 2023-11-23

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

0 comments on commit 2563f2b

Please sign in to comment.