Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jul 25, 2023
1 parent e9564f4 commit 1b6c8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Unreleased

# O.4.0
- `Date` is now const-constructible
- `dbase_record!` keeps visibility token
- Added `File` struct to read/write file in-place.
- Fixed stack overflow error on files with many sub-sequent deleted record.
- Added `TrimOption`, to choose how whitespaces in Charater fields should be
trimmed.

# 0.3.0
- Replaced `chrono` with `time` v0.3
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.3.0"
version = "0.4.0"
authors = ["tmontaigu <[email protected]>"]
description = "Read & Write .dbf in Rust"
license = "MIT"
Expand Down

0 comments on commit 1b6c8aa

Please sign in to comment.