Commit 977022f
authored
chore: release v0.12.0 (#341)
## 🤖 New release
* `testcontainers-modules`: 0.11.6 -> 0.12.0 (⚠ API breaking changes)
### ⚠ `testcontainers-modules` breaking changes
```text
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/inherent_method_missing.ron
Failed in:
SurrealDb::with_authentication, previously in file /tmp/.tmpJChjfc/testcontainers-modules/src/surrealdb/mod.rs:69
```
<details><summary><i><b>Changelog</b></i></summary><p>
<blockquote>
## [0.12.0] - 2025-05-05
### Bug Fixes
- Dex config serialization (#290)
- Lint error (#326)
- Switch to specified version isntead of hashed `stable` (#335)
### Documentation
- Correct typo (#333)
### Features
- Implement Dex module (#286)
- Add `Weaviate` image (#296)
- [**breaking**] Support newest MinIO versions (#303)
- [**breaking**] Support surrealdb v2 (#307)
- Add support for custom config and latest image tag (#315)
- Add support for Zitadel docker (#328)
- [**breaking**] Update testcontainers to `0.24.0` (#336)
- Add support for Azurite docker (#334)
### Miscellaneous Tasks
- Update redis requirement from 0.27.2 to 0.29.0 (#291)
- Pin `chrono` as a dev-dep to fix `arrow-arith` compilation failure
(#304)
- Update dev dependencies (#306)
- Update kube requirement from 0.98.0 to 0.99.0 (#316)
### Performance
- [**breaking**] Set `fsync=off` by default (#276)
### Testing
- Switch to tokio-zookeeper
<!-- generated by git-cliff -->
</blockquote>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent d6012b6 commit 977022f
2 files changed
+40
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
5 | 44 | | |
6 | 45 | | |
7 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments