Skip to content

Commit b8fcc96

Browse files
committed
chore(animus-cli): bump to v0.4.5 (Windows fix + dead test cleanup)
1 parent 90d8903 commit b8fcc96

8 files changed

Lines changed: 70 additions & 963 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.5] - 2026-05-22
8+
9+
Hotfix release. Two bugs in v0.4.4 + v0.4.3:
10+
11+
- fix(daemon-control): gate Unix-socket server on #[cfg(unix)]
12+
so Windows release CI compiles. v0.4.2/0.4.3/0.4.4 all failed
13+
the Windows build for the same reason. Windows now falls back
14+
to the in-process service path; named-pipe equivalent is a
15+
future enhancement.
16+
- test: delete 18 cli_e2e tests that exercised v0.4.4-deleted
17+
commands (animus task / animus requirements lifecycles).
18+
Unit tests (321/321) cover the new SubjectBackend surface.
19+
720
## [0.4.4] - 2026-05-21
821

922
Cleanup release that drops the legacy CLI command surfaces v0.4.3 made redundant. The in-tree `SubjectBackend` adapters (`InTreeTaskSubjectBackend`, `InTreeRequirementsSubjectBackend`) plus the external subject_backend plugin ecosystem cover the use cases through the unified `animus subject --kind <kind>` surface.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/orchestrator-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orchestrator-cli"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
license = "Elastic-2.0"
66
default-run = "animus"

0 commit comments

Comments
 (0)