Skip to content

Commit 627e0c1

Browse files
committed
Publish v0.2.7
1 parent 4591f76 commit 627e0c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.7
2+
3+
Add `Deserializer::from_bytes`.
4+
15
# 0.2.6
26

37
Fix deserialization of optional sequences of a single non-string element.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_html_form"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
license = "MIT"
55
repository = "https://github.com/jplatte/serde_html_form"
66
description = "(De-)serialization support for the `application/x-www-form-urlencoded` format"

0 commit comments

Comments
 (0)