# Changelog
## v0.1.1 - 2026-06-20
### Added
- Added configurable artifact prebuild steps through the `ReleaseKit.Step` behaviour.
- Added optional `ReleaseKit.Step.Volt`, compiled only when `:volt` and `:npm` are available.
- Added `--skip-prebuild` to `mix release_kit.artifact`.
- Added a real `examples/vanilla` Phoenix/Volt application that builds with `mix release_kit.artifact`.
### Changed
- Artifact defaults can now be configured with `config :release_kit, :artifact` and overridden by CLI flags.
- Documentation now focuses on end-user install, configuration, prebuild steps, and deployment boundaries.
## v0.1.0 - 2026-06-20
### Added
- Initial ReleaseKit package.
- Added OTP release tarball creation.
- Added ETF manifest generation with runtime command, environment hints, and optional HTTP health-check metadata.
- Added `mix release_kit.artifact`.