Skip to content

Commit 3ef2d8c

Browse files
chore: release v0.10.0 (#205)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02538cd commit 3ef2d8c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
## [Unreleased]
88

9+
## [0.10.0](https://github.com/joshrotenberg/docker-wrapper/compare/v0.9.1...v0.10.0) - 2026-01-05
10+
11+
### Added
12+
13+
- enhance RedisClusterTemplate for CI and hybrid environments ([#211](https://github.com/joshrotenberg/docker-wrapper/pull/211))
14+
15+
### Fixed
16+
17+
- use SIGKILL and StopCommand in lifecycle example ([#212](https://github.com/joshrotenberg/docker-wrapper/pull/212))
18+
- use serial_test for env var tests and improve MySQL readiness check ([#213](https://github.com/joshrotenberg/docker-wrapper/pull/213))
19+
- complete template feature flag coverage and add CI verification ([#206](https://github.com/joshrotenberg/docker-wrapper/pull/206))
20+
- template-redis-enterprise feature gate and example API updates ([#204](https://github.com/joshrotenberg/docker-wrapper/pull/204))
21+
922
### Bug Fixes
1023

1124
- Use which crate for cross-platform Docker binary lookup ([d17edce](https://github.com/joshrotenberg/docker-wrapper/commit/d17edceb456668dc8855c13fd0e7a17551040d83))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33

44
[package]
55
name = "docker-wrapper"
6-
version = "0.9.1"
6+
version = "0.10.0"
77
edition = "2021"
88
rust-version = "1.89.0"
99
authors = ["Josh Rotenberg <[email protected]>"]

0 commit comments

Comments
 (0)