# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2026-05-28
### Added
- Initial release.
- `angular-switcher` CLI with `--cycle`, `--reverse`, `--to`, `--print`, `--no-launch`, `--config`, `--verbose`.
- TOML config with global + project-root + explicit precedence.
- Built-in defaults that work for standard Angular projects without any config.
- Zed integration templates: `templates/tasks.json`, `templates/keymap.json`.
- Cross-platform `zed` CLI invocation with macOS app-bundle fallback.
- 28 tests covering resolver, strategy, config schema, and CLI integration.
- Distribution via Homebrew tap (`danieljancar/homebrew-tap`), `cargo install`, shell installer, PowerShell installer, and prebuilt binaries for 5 targets.
- Release pipeline: `release-plz` for changelog + crates.io publish, `dist` v0.32 for binaries + Homebrew + installers.