Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Sep 6, 2022
1 parent 916d882 commit b731e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbase"
version = "0.2.3"
version = "0.3.0"
authors = ["tmontaigu <[email protected]>"]
description = "Read & Write .dbf in Rust"
license = "MIT"
Expand Down

0 comments on commit b731e63

Please sign in to comment.