File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "2"
33
44[package ]
55name = " docker-wrapper"
6- version = " 0.8.3 "
6+ version = " 0.8.4 "
77edition = " 2021"
88rust-version = " 1.89.0"
99authors = [" Josh Rotenberg <joshrotenberg@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments