Skip to content

Commit fa2400f

Browse files
authored
Merge pull request #24 from PSeitz/deserializer
bump version
2 parents 1bddd99 + 0cd81eb commit fa2400f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.7.0 (2024-10-28)
2+
==================
3+
impl `Deserializer` for `Value`. This enables deserialization into other types.
4+
15
0.6.0 (2024-08-28)
26
==================
37
improve returned lifetimes https://github.com/PSeitz/serde_json_borrow/pull/19 (Thanks @meskill)

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "serde_json_borrow"
33
categories = ["parsing", "parser-implementations", "encoding"]
44
authors = ["Pascal Seitz <[email protected]>"]
55
description = "Provides JSON deserialization into a borrowed DOM"
6-
version = "0.6.0"
6+
version = "0.7.0"
77
edition = "2021"
88
license = "MIT"
99
keywords = ["JSON", "serde", "deserialization", "ref", "borrowed"]

0 commit comments

Comments
 (0)