Skip to content

Commit

Permalink
v0.2.0 — Buffering
Browse files Browse the repository at this point in the history
- Files opened by the `load()` & `dump()` methods & functions are now wrapped in `std::io::BufReader`/`std::io::BufWriter`
- Added `Flush` variant to `DumpError`
  • Loading branch information
jwodder committed Dec 22, 2023
1 parent 4eebe80 commit 65e81f4
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,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2023-12-22)
-------------------
- Files opened by the `load()` & `dump()` methods & functions are now wrapped
in `std::io::BufReader`/`std::io::BufWriter`
- Added `Flush` variant to `DumpError`
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 = "cfgfifo"
version = "0.2.0-dev"
version = "0.2.0"
edition = "2021"
rust-version = "1.67"
description = "(De)serialize common configuration file formats based on file extension"
Expand Down

0 comments on commit 65e81f4

Please sign in to comment.