# Changelog 本文件记录 `ShrinkCommand.Integration.EventBus` 在当前工作区中的包内变更。 ## [0.1.2] - 2026-08-28 ### Changed - 精确依赖 `ShrinkEventBus 2.0.1`。 ## [0.1.1] - 2026-04-07 ### Added - 提供 `UseEventBusBridge(...)` 扩展,可把命令服务接到 EventBus。 - 提供 `RequestCommandAsync(...)` 扩展,支持通过事件请求式执行命令。 - 建立命令桥接事件:`ShrinkCommandExecuteRequestEvent`、`ShrinkCommandExecutingEvent`、`ShrinkCommandExecutedEvent`、`ShrinkCommandFailedEvent`。 ### Changed - 桥接公共类型补齐 `#nullable enable`,统一可空语义。 - 请求结果字段统一使用 `ExecutionResult`,避免与 `EventBase.Result` 命名冲突。