Skip to content

Commit

Permalink
chore: release v0.1.1 (#44)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `testcontainers-modules`: 0.1.0 -> 0.1.1

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

<blockquote>

## [0.1.1] - 2023-09-25

### Documentation

- Fix link to logo
- Fix default labels for issues
([#39](#39))

### Miscellaneous Tasks

- Remove spectral
([#37](#37))
- Update conventinal commits rules

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


</p></details>

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

---------

Signed-off-by: Artem Medvedev <artem.medvedev@workato.com>
  • Loading branch information
DDtKey committed Sep 25, 2023
1 parent 3251024 commit 186149a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: build
prefix: chore
prefix-development: test
include: scope
58 changes: 33 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,55 @@

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

## [0.1.1] - 2023-09-25

### Documentation

- Fix link to logo
- Fix default labels for issues ([#39](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/39))

### Miscellaneous Tasks

- Remove spectral ([#37](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/37))
- Update conventinal commits rules

<!-- generated by git-cliff -->
## [unreleased]

### Documentation

- Fix link to logo
- Fix default labels for issues (#39)

### Miscellaneous Tasks

- Update conventinal commits rules

## [0.1.0] - 2023-09-25

### Documentation

- Document the structure of the crate
- Describe functionality
- Align readme & documentation, add an example ([#34](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/34))
- Align readme & documentation, add an example (#34)
- Add logo

### Features

- Init previously existed modules within `testcontainers-rs` ([#1](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/1))
- Init previously existed modules within `testcontainers-rs` (#1)

### Miscellaneous Tasks

- Set version to `0.1.0`
- Configure automatic dependency updates ([#7](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/7))
- Bump Swatinem/rust-cache from 2.5.0 to 2.5.1 ([#8](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/8))
- Bump Swatinem/rust-cache from 2.5.1 to 2.6.0 ([#16](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/16))
- Bump Swatinem/rust-cache from 2.6.0 to 2.6.2 ([#19](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/19))
- Bump actions/checkout from 3 to 4 ([#25](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/25))
- Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 ([#26](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/26))
- Bump MSRV ([#31](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/31))
- Add issue templates ([#32](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/32))
- Configure automatic dependency updates (#7)
- Bump MSRV (#31)
- Add issue templates (#32)
- Add release workflow
- Add config for `git-cliff` & `release-plz`
- Release v0.1.0 (#36)

### Refactor

- Remove `coblox-bitcoincore` module ([#30](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/30))
- Use bitnami image ([#33](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/33))

### Build
- Remove `coblox-bitcoincore` module (#30)
- Use bitnami image (#33)

- Update rdkafka requirement from 0.32.2 to 0.33.2 ([#9](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/9))
- Update aws-types requirement from 0.55.3 to 0.56.0 ([#11](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/11))
- Update zookeeper requirement from 0.7 to 0.8 ([#15](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/15))
- Update rdkafka requirement from 0.33.2 to 0.34.0 ([#20](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/20))
- Update aws-config requirement from 0.55.3 to 0.56.1 ([#24](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/24))
- Update aws-sdk-s3 requirement from 0.28.0 to 0.31.2 ([#27](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/27))
- Update aws-sdk-sqs requirement from 0.28.0 to 0.31.1 ([#29](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/29))
- Update aws-sdk-dynamodb requirement from 0.28.0 to 0.31.1 ([#28](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/28))

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
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.0"
version = "0.1.1"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
Expand Down
5 changes: 3 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ commit_parsers = [
{ message = "^refactor", group = "Refactor" },
{ message = "^style", group = "Styling" },
{ message = "^test", group = "Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^ci\\(deps\\)", skip = true },
{ message = "^build\\(deps\\)", skip = true },
{ message = "^chore: release", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|ci", group = "Miscellaneous Tasks" },
Expand Down

0 comments on commit 186149a

Please sign in to comment.