# Changelog
## 0.4.0
- **Breaking Change**: Require Rust 1.31.0 (Edition 2018) or newer
- Make parsing from string future-proof
## 0.3.1
Add a conversion from Microsoft GUIDs.
## 0.3.0
Update to `uuid:0.7.0`.
## 0.2.0
Renamed `DebugIdParseError` to `ParseDebugIdError`, according to Rust naming
guidelines.
## 0.1.1
Improved implementation of the `serde` traits.
## 0.1.0
Initial release.