From eba77d57f83357c1f47b2cdd81819c5ff991bb18 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 30 Sep 2022 20:50:57 +0200 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c07a001 --- /dev/null +++ b/CHANGELOG.md @@ -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