Skip to content

Commit

Permalink
Publish v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 28, 2024
1 parent 2aca384 commit 24a380f
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.2.6

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

# 0.2.5

Add `push_to_string` for serializing a struct to the end of an existing `String`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_html_form"
version = "0.2.5"
version = "0.2.6"
license = "MIT"
repository = "https://github.com/jplatte/serde_html_form"
description = "(De-)serialization support for the `application/x-www-form-urlencoded` format"
Expand Down

0 comments on commit 24a380f

Please sign in to comment.