Skip to content

Commit

Permalink
Publish v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 10, 2024
1 parent 9a04f5f commit 63c9c33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.5

Add `push_to_string` for serializing a struct to the end of an existing `String`
buffer (instead of allocating a fresh one for the serialized output).

# 0.2.4

Fix deserialization of optional sequences of a single element.
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.4"
version = "0.2.5"
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 63c9c33

Please sign in to comment.