Add a changelog

This commit is contained in:
Paul van Tilburg 2022-09-30 20:50:57 +02:00
parent 93cc6a8501
commit eba77d57f8
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 22 additions and 0 deletions

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
# Changelog
All notable changes to geo-uri-rs will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [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
[Unreleased]: https://git.luon.net/paul/geo-uri-rs/compare/v0.1.1...HEAD
[0.1.1]: https://git.luon.net/paul/geo-uri-rs/commits/tag/v0.1.1