diff --git a/CHANGELOG.md b/CHANGELOG.md index af4aa3a..29619ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## 0.6.0 + +- Improvements writing files for `R13`+. +- Handle alternate header values for `$ACADMAINTVER`. +- Improved handling of unexpected code pairs. +- Update various dependencies. + ## 0.5.0 - Update to Rust 2018 edition. diff --git a/Cargo.toml b/Cargo.toml index 5f9556c..2596c88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dxf" -version = "0.5.0" +version = "0.6.0" authors = ["Brett V. Forsgren "] build = "build/build.rs" description = "A rust crate for reading and writing DXF and DXB CAD files."