Skip to content

Commit 04f87c1

Browse files
authored
chore: release v0.15.0 (#130)
* chore: release v0.14.1 * Bump version to 0.15
1 parent 13a460d commit 04f87c1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
99
name = "serde_qs"
1010
repository = "https://github.com/samscott89/serde_qs"
1111
readme = "README.md"
12-
version = "0.14.0"
12+
version = "0.15.0"
1313
rust-version = "1.66"
1414

1515
[dependencies]

0 commit comments

Comments
 (0)