# cli-forge v0.2.0 — Name claim
**A name claim, not a feature release.** The crate's original name was already
taken on crates.io, so the project was renamed to `cli-forge` and this version was
published to secure the name before continuing. It carries the 0.1.0 structure
forward under the new name and adds no public API.
The substantive output layer — `out`/`err`, the three styling paths, and the
cross-platform terminal backend — ships in **[v0.2.5](./v0.2.5.md)**.
## What changed
- The crate was renamed to `cli-forge`: crate name, library import path
(`cli_forge`), and the repository / documentation links.
## Breaking changes
**None.** No public API was added or changed relative to the 0.1.0 scaffold.
## Installation
```toml
[dependencies]
cli-forge = "0.2"
```
MSRV: Rust 1.85.
## What's next
- **0.2.5 — Output tower.** The plain path plus the three styling paths over one
cross-platform terminal backend. See [`v0.2.5.md`](./v0.2.5.md).
---
**Full diff:** [`v0.1.0...v0.2.0`](https://github.com/jamesgober/cli-forge/compare/v0.1.0...v0.2.0).
**Changelog:** [`CHANGELOG.md`](https://github.com/jamesgober/cli-forge/blob/main/CHANGELOG.md#020---2026-06-30).