File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.15.0] ( https://github.com/samscott89/serde_qs/compare/v0.14.0...v0.15.0 ) - 2025-04-22
4+
5+ ### Other
6+
7+ - Support preserving order of parameters when serializing to a Map. ([ #106 ] ( https://github.com/samscott89/serde_qs/pull/106 ) )
8+ - Fix clippy. ([ #129 ] ( https://github.com/samscott89/serde_qs/pull/129 ) )
9+ - reorder struct fields to avoid serde buffering ([ #128 ] ( https://github.com/samscott89/serde_qs/pull/128 ) )
10+
311## [ 0.14.0] ( https://github.com/samscott89/serde_qs/compare/v0.13.0...v0.14.0 ) - 2025-03-04
412
513### Other
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
99name = " serde_qs"
1010repository = " https://github.com/samscott89/serde_qs"
1111readme = " README.md"
12- version = " 0.14 .0"
12+ version = " 0.15 .0"
1313rust-version = " 1.66"
1414
1515[dependencies ]
You can’t perform that action at this time.
0 commit comments