From 25b80b383e7199ef12755f3eb91f72f71ac055e0 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 6 Dec 2023 10:20:09 +0100 Subject: [PATCH] Publish v0.2.3 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b5203..37b4ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.2.3 + +Improve README and crate documentation (now the exact same, instead of just a +single-line description). + # 0.2.2 This release only upgrades one of the crates' dev-dependencies. diff --git a/Cargo.toml b/Cargo.toml index aaecd8e..b1f5103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_html_form" -version = "0.2.2" +version = "0.2.3" license = "MIT" repository = "https://github.com/jplatte/serde_html_form" description = "(De-)serialization support for the `application/x-www-form-urlencoded` format"