From 1abd7b3d322d3e27e5380d88396debe48004cfc1 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 20 Apr 2019 21:39:01 +0200 Subject: [PATCH] [doc] Add CHANGELOG.md from v0.53.1 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..aba3f0b6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +## v0.54.0 (XX April 2019) + +### Code/tests +- Fix OutputSource and InputSource from_inline() regex matching +- Transaction document: tests and code: drop versions 2 and 3 management +- Block document: code: drop vensions 2 and 3 management +- Block document: Upgrade blocks to v11 and TX to v10 +- Add OutputSource.inline_condition() method + +### Other +- CI: Do not trigger build, tests, type check on modification of non-relevant files +- Makefile: use python3 module to run tests and type check +- Add coveralls as dev dependency +- setup.py: add classifiers: Python versions, Intended Audience +- Add CHANGELOG.md from v0.53.1 + +- Thanks @Moul, @vtexier + +## v0.53.1 (18 April 2019) + +- Implement equality `__eq__()` and `__hash__()` methods for InputSource and OutputSource classes + +Thanks @Moul, @vtexier + +## v0.53.0 (30 March 2019) + +- To be completed… -- GitLab