# 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] - 2025-12-20
### Added
- Initial release
- Create `.unitypackage` files programmatically
- Generate valid Unity `.meta` files with proper GUIDs
- Support for binary assets, text assets, and folders
- Deterministic GUIDs for reproducible builds
- Builder pattern API
- `Asset::from_file` to load assets from disk
- `scriptable` feature: Generate Unity ScriptableObject YAML files
- `terrain` feature: Heightmap conversion helpers (f32 to 16/32-bit raw)
- `tui` feature: Interactive terminal UI for package creation
[Unreleased]: https://github.com/Autarkis/unity-pack-rs/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/Autarkis/unity-pack-rs/releases/tag/v0.1.0