From 9e407504b6842afd4b4e9eceaa711ce93fbfe05e Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Wed, 6 Oct 2021 16:55:29 +0300 Subject: [PATCH] changelog for 0.6.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5499313..bd7dd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ 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). ## [Pre-release] + +## [0.6.0] - 2021-10-06 ### Added - an option to process files concurrently -- an option to send webmentions concurrently +- concurrent webmentions sending ### Fixed - not processing empty line as a valid endpoint address +- errors in relative endpoint URL resolving when being redirected first ## [0.5.0] - 2021-10-04 ### Added @@ -71,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *initial release* [Pre-release]: https://github.com/nekr0z/static-webmentions/releases/tag/latest +[0.6.0]: https://github.com/nekr0z/static-webmentions/releases/tag/v0.6.0 [0.5.0]: https://github.com/nekr0z/static-webmentions/releases/tag/v0.5.0 [0.4.0]: https://github.com/nekr0z/static-webmentions/releases/tag/v0.4.0 [0.3.2]: https://github.com/nekr0z/static-webmentions/releases/tag/v0.3.2