Skip to content

Commit e234941

Browse files
chore: release v0.8.4 (#179)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bbe861e commit e234941

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300300

301301
## [Unreleased]
302302

303+
## [0.8.4](https://github.com/joshrotenberg/docker-wrapper/compare/v0.8.3...v0.8.4) - 2025-12-11
304+
305+
### Fixed
306+
307+
- use self.execute_command to avoid docker docker bug ([#180](https://github.com/joshrotenberg/docker-wrapper/pull/180))
308+
- use container hostnames for Redis cluster initialization ([#173](https://github.com/joshrotenberg/docker-wrapper/pull/173))
309+
310+
### Other
311+
312+
- update README version numbers, license, and remove outdated planning doc ([#182](https://github.com/joshrotenberg/docker-wrapper/pull/182))
313+
- add command execution verification tests ([#181](https://github.com/joshrotenberg/docker-wrapper/pull/181))
314+
- *(deps)* bump actions/upload-artifact from 4 to 5 ([#174](https://github.com/joshrotenberg/docker-wrapper/pull/174))
315+
- *(deps)* bump actions/checkout from 4 to 6 ([#178](https://github.com/joshrotenberg/docker-wrapper/pull/178))
316+
303317
## [0.8.3](https://github.com/joshrotenberg/docker-wrapper/compare/v0.8.2...v0.8.3) - 2025-10-15
304318

305319
### Added

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.8.3"
6+
version = "0.8.4"
77
edition = "2021"
88
rust-version = "1.89.0"
99
authors = ["Josh Rotenberg <[email protected]>"]

0 commit comments

Comments
 (0)