diff options
author | Sam Scott <sam.scott89@gmail.com> | 2017-11-09 16:29:14 +0000 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2017-11-09 16:40:24 +0000 |
commit | f8a8887318d0595a028f0a4a62001b229ebdf942 (patch) | |
tree | e0410fcf807277c310aeb16a1d3db6d17fb5c66b | |
parent | 61ccfb416e553301d9db604d0986d184796b0280 (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.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |