# Changelog
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.0] - 2022-05-02
### Added
- Make bird errors implement `std::error::Error` and `std::fmt::Display`. See PR #1
## [0.2.0] - 2022-05-02
### Added
- Semantic parsing of `show protocols` and `show protocols all`
- Semantic parsing of `show interfaces summary`
## [0.1.0] - 2022-04-30
### Added
- Initial release.
[Unreleased]: https://github.com/amodm/birdc-rs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/amodm/birdc-rs/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/amodm/birdc-rs/compare/v0.1.0...v0.2.0