Skip to content

Commit 6d1e684

Browse files
committed
docs: rewrite v0.4.0 changelog entry for clarity
1 parent 933c8b6 commit 6d1e684

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.4.0] - 2026-05-17
99

10-
### Removed
11-
- `solo-mise init --profile <x>` flag and all supporting code paths. The flag has been deprecated since v0.3.0 with a stderr warning showing the new equivalent. Anyone still using it must switch to `--depth ... --harnesses ...` (see the v0.3.0 migration table below).
12-
- Internal: `src/solo_mise/init.py` module (superseded by `install.install_selection`).
13-
- Internal: `templates/profiles/` directory and the six legacy profile manifests.
14-
- Internal: `templates.load_profile` and `selection.profile_to_selection`.
10+
### Breaking
11+
- Removed the `--profile <name>` flag from `solo-mise init`. The flag has been deprecated since v0.3.0 with a stderr migration warning. Use `--depth <minimal|standard|deep>` plus `--harnesses <list>` instead. Migration table in the v0.3.0 notes below.
12+
13+
### Internal cleanup
14+
Removed `src/solo_mise/init.py`, the `templates/profiles/` directory and its six legacy profile manifests, plus `templates.load_profile` and `selection.profile_to_selection`. No user-facing impact beyond the flag removal above.
1515

1616
### Migration
1717

0 commit comments

Comments
 (0)