From: Philippe Proulx Date: Fri, 25 Mar 2016 18:03:59 +0000 (-0400) Subject: barectf v2.1.3 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7df67d66080941d1bd0690c571678b88a4c82a4a;p=deliverable%2Fbarectf.git barectf v2.1.3 Signed-off-by: Philippe Proulx --- 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():