Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jan 2, 2024
1 parent 99568c8 commit 51ee222
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4.0"
version = "0.5.0"
authors = ["tmontaigu <thomas.montaigu@laposte.net>"]
description = "Read & Write .dbf in Rust"
license = "MIT"
Expand Down

0 comments on commit 51ee222

Please sign in to comment.