From 48a419eb8d49a4f4ecc1d7b9a94ba31ecdb26a6a Mon Sep 17 00:00:00 2001 From: FeuRenard Date: Mon, 1 Jun 2020 21:30:26 +0200 Subject: [PATCH] :pencil: Add new API features to changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab4719..286bd2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All user visible changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/), as described for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md) +## [0.2.0] - 2020-06-01 + +Add [API features](https://gpoddernet.readthedocs.io/en/latest/api/reference/index.html): + +* [Directory](https://gpoddernet.readthedocs.io/en/latest/api/reference/directory.html) +* [Settings](https://gpoddernet.readthedocs.io/en/latest/api/reference/settings.html) + ## [0.1.1] - 2020-03-25 * Fix documentation build on docs.rs