All notable changes to geo-uri-rs will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.2 - 2024-04-03
- Bumped dependency on
derive_builder
crate
0.2.1 - 2023-03-11
- Bumped dependency on
derive_builder
crate - Use
assert_eq
for float tests; drop dev depend onfloat_eq
crate
- Fix doclinks in README
- Fix docs.rs metadata section name in
Cargo.toml
0.2.0 - 2022-10-01
- Add support for converting from/to
Url
structs (#1) - Add support for (de)serializing via serde (#2)
- Fix documentation and comment types and improve examples
- Make the crate adhere to the Rust API guidelines
0.1.1 - 2022-09-30
- Update examples in
README.md
- Add some more fields to
Cargo.toml
- Fix some small errors in the documentation