# Change log
All notable changes to this project are 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).
> 'M', 'm' and 'p' are respectively corresponding to major, minor and patch
## [Unreleased] - ReleaseDate
## [0.2.1] - 2024-04-21
### Added
* Documentation
* Tests for `BinCSV.is_complete` and `BinCSV.is_empty` methods
## [0.2.0] - 2024-04-20
### Added
* New `BinCSV` methods:
* `is_complete` and `is_empty`
* `append_rows`
* Tests and documentation
### Fixed
* `BinCSV.new` returns empty distance list
## [0.1.1] - 2024-04-15
Publish `csvbinmatrix` package to [crates.io](https://crates.io/).
[Unreleased]: https://gitlab.com/vepain/csvbinmatrix-rust/-/compare/v0.2.1...HEAD
[0.2.1]: https://gitlab.com/vepain/csvbinmatrix-rust/-/compare/v0.2.0...v0.2.1
[0.2.0]: https://gitlab.com/vepain/csvbinmatrix-rust/-/compare/v0.1.1...v0.2.0
[0.1.1]: https://gitlab.com/vepain/csvbinmatrix-rust/-/compare/v0.1.0...v0.1.1