Skip to content

Commit e122332

Browse files
chore: release v0.10.2 (#235)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2997a8f commit e122332

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.2](https://github.com/joshrotenberg/docker-wrapper/compare/v0.10.1...v0.10.2) - 2026-01-16
10+
11+
### Fixed
12+
13+
- compose commands producing "docker docker compose" ([#233](https://github.com/joshrotenberg/docker-wrapper/pull/233)) ([#234](https://github.com/joshrotenberg/docker-wrapper/pull/234))
14+
915
## [0.10.1](https://github.com/joshrotenberg/docker-wrapper/compare/v0.10.0...v0.10.1) - 2026-01-06
1016

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

0 commit comments

Comments
 (0)