Skip to content

Commit 3027505

Browse files
chore: release v0.11.1 (#240)
1 parent 923aa2a commit 3027505

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.1](https://github.com/joshrotenberg/docker-wrapper/compare/v0.11.0...v0.11.1) - 2026-03-03
10+
11+
### Added
12+
13+
- add `compose pull` command support ([#238](https://github.com/joshrotenberg/docker-wrapper/pull/238))
14+
15+
### Other
16+
17+
- *(deps)* bump actions/upload-artifact from 6 to 7 ([#239](https://github.com/joshrotenberg/docker-wrapper/pull/239))
18+
919
## [0.11.0](https://github.com/joshrotenberg/docker-wrapper/compare/v0.10.2...v0.11.0) - 2026-02-24
1020

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

0 commit comments

Comments
 (0)