From e1efb66b288aaa81f2e2ea253a21a9b3cf4ab526 Mon Sep 17 00:00:00 2001 From: William Durand Date: Mon, 23 Apr 2018 15:23:14 +0200 Subject: Bump release to 1.6.0 --- CHANGELOG.md | 15 +++++++++++++++ docs/about/release-notes.md | 15 +++++++++++++++ watson/version.py | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d03b8a..8184ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,21 @@ This document records all notable changes to Watson. This project adheres to tests for continued support of older (2.7 and 3.3) Python versions (#175, #180). +## 1.6.0 (2018-04-23) + +* Added: for report and log, allow specifying a timeperiod of "all" +* Added: option for log and report command to (not) output via pager +* Added: --json option to log command +* Added: optional flags to filter status call +* Fixed: change message when frame is removed +* Fixed: cli output when on tags on `stop` and `remove` +* Fixed: Bash completion with latest additions to command options +* Fixed: CLI output spacing if a frame has no tags +* Fixed: frame modification time when renaming projects and tags (#181) +* Fixed: don't print space before tags if there are no tags (#179) +* Fixed: match log daily heading format to elsewhere +* Fixed: set max versions for pytest and arrow for keeping support for Python 2.7 and 3.3 + ## 1.5.2 (2017-08-02) * Fixed: Follow up on the `config` command fix (#161) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index eef0f2a..64d2c27 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -3,6 +3,21 @@ This document records all notable changes to Watson. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.6.0 (2018-04-23) + +* Added: for report and log, allow specifying a timeperiod of "all" +* Added: option for log and report command to (not) output via pager +* Added: --json option to log command +* Added: optional flags to filter status call +* Fixed: change message when frame is removed +* Fixed: cli output when on tags on `stop` and `remove` +* Fixed: Bash completion with latest additions to command options +* Fixed: CLI output spacing if a frame has no tags +* Fixed: frame modification time when renaming projects and tags (#181) +* Fixed: don't print space before tags if there are no tags (#179) +* Fixed: match log daily heading format to elsewhere +* Fixed: set max versions for pytest and arrow for keeping support for Python 2.7 and 3.3 + ## 1.5.2 (2017-08-02) * Fixed: Follow up on the `config` command fix (#161) diff --git a/watson/version.py b/watson/version.py index 9f307a1..1c88f22 100644 --- a/watson/version.py +++ b/watson/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -version = "1.5.2" +version = "1.6.0" -- cgit v1.2.3