diff --git a/CHANGELOG.md b/CHANGELOG.md index 384a544..bb895d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.0 + - Added `ReaderBuilder` + - Fix off by one error in dbase::File + - Improve performance of dbase::File + - Datafusion now accounts for empty records + - Datafusion properly escape special chars in memo files # O.4.0 - `Date` is now const-constructible - `dbase_record!` keeps visibility token diff --git a/Cargo.toml b/Cargo.toml index e24b41a..23a62d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbase" -version = "0.4.0" +version = "0.5.0" authors = ["tmontaigu "] description = "Read & Write .dbf in Rust" license = "MIT"