diff --git a/CHANGELOG.md b/CHANGELOG.md index a532c16..b19748e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -# Next +# 0.3.0 - Replaced `chrono` with `time` v0.3 - Added support for reading/writing non-unicode database files via custom encodings. - The optional `yore` feature/crate can be used for support for basic codepages. + The optional `yore` feature/crate can be used for supporting basic codepages. The `code_page_mark` contained in the header is used to create the correct decoder. - Fixed writing visual fox pro files - Added `FieldType` to publicly exported types diff --git a/Cargo.toml b/Cargo.toml index 9b4bc94..6cf38c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbase" -version = "0.2.3" +version = "0.3.0" authors = ["tmontaigu "] description = "Read & Write .dbf in Rust" license = "MIT"