From 7df67d66080941d1bd0690c571678b88a4c82a4a Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 25 Mar 2016 14:03:59 -0400 Subject: [PATCH] barectf v2.1.3 Signed-off-by: Philippe Proulx --- CHANGELOG.md | 18 ++++++++++++++++++ barectf/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b930f10..1dc18de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # barectf 2 changelog +## barectf v2.1.3 + +**Minor improvements**: + + * Allow no or empty event payload type, as long as the event is not + empty itself (contains at least one field in its 4 entities) + +**Tests**: + + * Remove no/empty event payload type config tests + * Add config test for empty event + +**README.md**: + + * Add image on top + * Add Community section + + ## barectf v2.1.2 **Bug fixes**: diff --git a/barectf/__init__.py b/barectf/__init__.py index 902510e..056b027 100644 --- a/barectf/__init__.py +++ b/barectf/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '2.1.2' +__version__ = '2.1.3' def _split_version_suffix(): -- 2.34.1