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,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300300
301301## [ Unreleased]
302302
303+ ## [ 0.9.0] ( https://github.com/joshrotenberg/docker-wrapper/compare/v0.8.4...v0.9.0 ) - 2026-01-04
304+
305+ ### Added
306+
307+ - add Docker Swarm command support ([ #190 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/190 ) )
308+ - add configurable timeouts for command execution ([ #189 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/189 ) )
309+
310+ ### Fixed
311+
312+ - handle IMAGE header in docker images output ([ #194 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/194 ) )
313+ - improve template reliability on slower systems ([ #188 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/188 ) )
314+ - use which crate for cross-platform Docker binary lookup ([ #186 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/186 ) )
315+
316+ ### Other
317+
318+ - streamline README and improve rustdoc ([ #193 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/193 ) )
319+ - add property-based testing with proptest ([ #192 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/192 ) )
320+ - reorganize module structure for consistency ([ #191 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/191 ) )
321+ - * (deps)* bump actions/cache from 4 to 5 ([ #183 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/183 ) )
322+ - * (deps)* bump actions/upload-artifact from 5 to 6 ([ #184 ] ( https://github.com/joshrotenberg/docker-wrapper/pull/184 ) )
323+
303324## [ 0.8.4] ( https://github.com/joshrotenberg/docker-wrapper/compare/v0.8.3...v0.8.4 ) - 2025-12-11
304325
305326### Fixed
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.4 "
6+ version = " 0.9.0 "
77edition = " 2021"
88rust-version = " 1.89.0"
99authors = [
" Josh Rotenberg <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments