From 04dbfcd6f03deab24c32f6c2e6f1ed641f009233 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 28 Jul 2019 10:03:25 +0200 Subject: [PATCH] [doc) Add changelog v0.55.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a6c15a..2c3e065b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.55.1 (19th July 2019) +- #102: wheel build does not longer include `duniterpy` sub-folders +- Trigger release only on `master` not on tag as protected environment variables are not shared with pipelines started on a tag +- Fix Makefile: rebuild not working + ## [v0.55.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/9) (18th July 2019) ### Code - Refactor request `api.ws2p.heads` in `api.bma.network.ws2p_heads` (BMA command to get ws2p heads) -- GitLab