diff --git a/CHANGELOG.md b/CHANGELOG.md index 0263df1..025d5ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.0 (2024-10-28) +================== +impl `Deserializer` for `Value`. This enables deserialization into other types. + 0.6.0 (2024-08-28) ================== improve returned lifetimes https://github.com/PSeitz/serde_json_borrow/pull/19 (Thanks @meskill) diff --git a/Cargo.toml b/Cargo.toml index 004c8c7..25ee1af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "serde_json_borrow" categories = ["parsing", "parser-implementations", "encoding"] authors = ["Pascal Seitz "] description = "Provides JSON deserialization into a borrowed DOM" -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "MIT" keywords = ["JSON", "serde", "deserialization", "ref", "borrowed"]