# 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]
### Added
- Initial release of `wrapcli`
- Basic `greet` function
- Documentation and examples
### Changed
- (none)
### Deprecated
- (none)
### Removed
- (none)
### Fixed
- (none)
### Security
- (none)
---
-->
## [Unreleased]
---
## [0.1.0] - 2026-05-28
### Added
- First published version
- Core functionality
- Unit and integration tests
- CI pipeline
[Unreleased]: https://github.com/Ivan Chetchasov/wrapcli/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/Ivan Chetchasov/wrapcli/releases/tag/v0.1.0