geo-uri-rs/CHANGELOG.md

952 B

Changelog

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.

Unreleased

0.2.0 - 2022-10-01

Added

  • Add support for converting from/to Url structs (#1)
  • Add support for (de)serializing via serde (#2)

Fixed

  • Fix documentation and comment types and improve examples
  • Make the crate adhere to the Rust API guidelines

0.1.1 - 2022-09-30

Added

  • Update examples in README.md
  • Add some more fields to Cargo.toml

Fixed

  • Fix some small errors in the documentation