obofoundry 0.2.0

Structures to deserialize OBO Foundry listings into.
Documentation
# Changelog
All notable changes to this project will be documented in this file.

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]

[Unreleased]: https://github.com/althonos/obofoundry.rs/compare/v0.2.0...HEAD


## [v0.2.0] - 2019-06-11

### Added
- `source_url` field to `Ontology` structure.

[v0.2.0]: https://github.com/althonos/obofoundry.rs/compare/v0.1.2...v0.2.0


## [v0.1.2] - 2019-03-30

### Changed
- Removed unused `dox` feature.

### Documentation
- Remove changelog section from docs generated with `rustdoc`
- Change target of *Keep a Changelog* badges to refer to the rendered `CHANGELOG.md` file.

[v0.1.2]: https://github.com/althonos/obofoundry.rs/compare/v0.1.1...v0.1.2


## [v0.1.1] - 2019-03-21

### Fixed
- Fixed parsing of `Url` in `examples_vector` private deserializer.

### Documentation
- Add docstring to `src/lib.rs` with embedded changelog.
- Add docstrings to all structures and enums in `src/lib.rs`.
- Add OBO Foundry logo to API doc generated with `rustdoc`.

[v0.1.1]: https://github.com/althonos/obofoundry.rs/compare/v0.1.0...v0.1.1


## [v0.1.0] - 2019-03-19

Initial release.

[v0.1.0]: https://github.com/althonos/obofoundry.rs/compare/95e6d4b...v0.1.0