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"