diff --git a/CHANGELOG.md b/CHANGELOG.md index 9070eff..de8ec04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Cargo.toml b/Cargo.toml index e628d89..8f12737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"