Skip to content

Commit 4dd7e12

Browse files
authored
Merge pull request #21 from PSeitz/the_real_main
bump + Changelog
2 parents 6cb0de0 + e4b73be commit 4dd7e12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.6.0 (2024-08-28)
2+
==================
3+
improve returned lifetimes https://github.com/PSeitz/serde_json_borrow/pull/19 (Thanks @meskill)
4+
15
0.5.0 (2024-05-24)
26
==================
37
add `cowkeys` featureflag

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.5.1"
6+
version = "0.6.0"
77
edition = "2021"
88
license = "MIT"
99
keywords = ["JSON", "serde", "deserialization", "ref", "borrowed"]

0 commit comments

Comments
 (0)