Skip to content

Commit 53a139a

Browse files
github-actions[bot]us
authored andcommitted
chore(main): release 0.9.1
1 parent 0c6daf0 commit 53a139a

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* **image inspect:** `mocker image inspect` and `mocker inspect --type=image` now return Docker-compatible `ImageInspect` JSON arrays with PascalCase keys instead of the previous lowercase `ImageInfo` object shape.
1313
* **MockerKit:** `ImageManager.inspect(_:platform:)` returns `ImageInspect` instead of `ImageInfo`.
1414

15+
## [0.9.1](https://github.com/us/mocker/compare/v0.9.0...v0.9.1) (2026-08-09)
16+
17+
18+
### Features
19+
20+
* **image:** remove images by ID or digest prefix ([7ed8504](https://github.com/us/mocker/commit/7ed85045a2c19f9c114450ba58d29b65f387ceef))
21+
22+
23+
### Bug Fixes
24+
25+
* **compose:** expose the resolved project name to interpolation ([4e9ecf3](https://github.com/us/mocker/commit/4e9ecf385439a62c82cbb4b51cdc1f34515cda51))
26+
1527
## [0.9.0](https://github.com/us/mocker/compare/v0.8.0...v0.9.0) (2026-08-09)
1628

1729

Sources/Mocker/Commands/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct Version: AsyncParsableCommand {
77
)
88

99
// x-release-please-start-version
10-
static let currentVersion = "0.9.0"
10+
static let currentVersion = "0.9.1"
1111
// x-release-please-end
1212

1313
@Option(name: .shortAndLong, help: "Format output using a custom template")

Tests/MockerTests/CLITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct CLITests {
1111
let version = Version.currentVersion
1212
#expect(!version.isEmpty)
1313
// x-release-please-start-version
14-
#expect(version == "0.9.0")
14+
#expect(version == "0.9.1")
1515
// x-release-please-end
1616
}
1717

0 commit comments

Comments
 (0)