Skip to content

Commit

Permalink
Merge pull request #24 from PSeitz/deserializer
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
PSeitz authored Oct 28, 2024
2 parents 1bddd99 + 0cd81eb commit fa2400f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "serde_json_borrow"
categories = ["parsing", "parser-implementations", "encoding"]
authors = ["Pascal Seitz <[email protected]>"]
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"]
Expand Down

0 comments on commit fa2400f

Please sign in to comment.