From f8a8887318d0595a028f0a4a62001b229ebdf942 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Thu, 9 Nov 2017 16:29:14 +0000 Subject: Release candidate for 0.4. Breaking changes in this release. Serialization does not encode square brackets, but percent encodes everything else (keys/values). Deserialization has a strict mode, which must be turned off to allow percent-encoded square brackets. Strict is the default. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a2b68a5..859497a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.3.0" +version = "0.4.0-rc.1" [badges] -- cgit v1.2.3