All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
-
Place
<key>
tags before nodes and edges (#53, #57)The graphml spec requires the key tags to be emitted first, which was not done. This change means the output is now usable by more programs.
Thanks to @Shadetheartist for providing the PR.
- Bump petgraph to 0.6.0
- Change to use 2018 edition
- Make version-sync only a dev dependency
- Update petgraph dependency to 0.5.0
- Changelog
- Add
html_root_url
to support rustdoc linking
- The MSRV is now 1.31
- Make doctest compile on Rust 1.20
- Documentation and README.md for crate
- First release