From 557243844e5f724ecfe17af1de0c9b435f27ca3b Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 5 Jun 2021 12:35:07 +0200 Subject: [PATCH] add changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fc0c0f5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project 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] - 2021-06-05 + +## Changed +- bumped dependencies and pin to tokio `1`-major due to api stability promise +- error enum renames to not use `Error`-postfix + +## Added +- changelog \ No newline at end of file