Skip to content

Commit 24a380f

Browse files
committed
Publish v0.2.6
1 parent 2aca384 commit 24a380f

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.2.6
2+
3+
Fix deserialization of optional sequences of a single non-string element.
4+
15
# 0.2.5
26

37
Add `push_to_string` for serializing a struct to the end of an existing `String`

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_html_form"
3-
version = "0.2.5"
3+
version = "0.2.6"
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)