# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0-alpha.3](https://github.com/kent8192/reinhardt-web/compare/reinhardt-admin-cli@v0.1.0-alpha.2...reinhardt-admin-cli@v0.1.0-alpha.3) - 2026-02-03
### Other
- updated the following local packages: reinhardt-pages, reinhardt-dentdelion, reinhardt-commands
## [0.1.0-alpha.2](https://github.com/kent8192/reinhardt-web/compare/reinhardt-admin-cli@v0.1.0-alpha.1...reinhardt-admin-cli@v0.1.0-alpha.2) - 2026-02-03
### Other
- add release-plz migration markers to CHANGELOGs
### Breaking Changes
- N/A
### Added
- Work in progress features (not yet released)
### Changed
- N/A
### Deprecated
- N/A
### Removed
- N/A
### Fixed
- N/A
### Security
- N/A
## [0.1.0-alpha.1] - 2026-01-23
### Added
- Initial release of `reinhardt-admin` CLI tool
- `startproject` command for scaffolding new Reinhardt projects
- `startapp` command for generating application modules
- `plugin` subcommands: install, remove, list, search, enable, disable, update, info
- `fmt` command for code formatting with rustfmt integration
- Verbose output support with `-v` flag