- fix the missing default value of `parse_numbers`, which caused a breaking change. `parse_numbers` now has a default value of `True`, which ensures a consistent behavior with previous versions without requiring changes.
1.0.0
What's Changed * Add `parse_numbers` argument to `parse_url_encoded_dict` (rust) and `parse_qs` (python)