Skip to content

Commit 324bc09

Browse files
chore: release v0.9.0 (#185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a0cdb4 commit 324bc09

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)