From e87201130218d563e562e4d7de835b79d56d8bb0 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 24 Jul 2021 10:14:27 +0200 Subject: [PATCH] [doc] Add changelog for v1.0.0rc1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345317b5..d2ba5aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [v1.0.0rc1](https://git.duniter.org/clients/python/duniterpy/-/milestones/12) (25th July 2021) +**See below the main changes for the v1.0** + +### Fixes +- #152, #170, !159: Fix `ESUserEndpoint` regex + - Fix datapod domain name in `request_data_elasticsearch` example + +### Development Environment +- #149, !161: Change workflow by changing from `master` and default `dev` branches to a single `main` branch +- Add changelog link to PyPI + +### Documentation +- !160: Fix autodoc generation by running it into Poetry virtualenv +- !158: Allow to trigger the documentation job without having the release stage completed + ## [v1.0.0rc0](https://git.duniter.org/clients/python/duniterpy/-/milestones/12) (9th July 2021) TL;DR: The key changes are the `Documents` refactoring, the removal of the asynchronous property. -- GitLab