summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2017-11-09 16:29:14 +0000
committerSam Scott <sam.scott89@gmail.com>2017-11-09 16:40:24 +0000
commitf8a8887318d0595a028f0a4a62001b229ebdf942 (patch)
treee0410fcf807277c310aeb16a1d3db6d17fb5c66b /Cargo.toml
parent61ccfb416e553301d9db604d0986d184796b0280 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]