Skip to content

Commit 2f08e43

Browse files
chore: release v0.11.0 (#237)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea75db3 commit 2f08e43

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.11.0](https://github.com/joshrotenberg/docker-wrapper/compare/v0.10.2...v0.11.0) - 2026-02-24
10+
11+
### Added
12+
13+
- support multiple --env-file in ComposeConfig ([#236](https://github.com/joshrotenberg/docker-wrapper/pull/236))
14+
915
## [0.10.2](https://github.com/joshrotenberg/docker-wrapper/compare/v0.10.1...v0.10.2) - 2026-01-16
1016

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

0 commit comments

Comments
 (0)