summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Durand <will+git@drnd.me>2018-04-23 15:23:14 +0200
committerWilliam Durand <will+git@drnd.me>2018-04-23 15:23:14 +0200
commite1efb66b288aaa81f2e2ea253a21a9b3cf4ab526 (patch)
tree3c41424e6e0bd387a47387da579bc0f4499c8060
parentad7bc280bde54a6c5b502586ec97593e9c0ccc6e (diff)
Bump release to 1.6.01.6.0
-rw-r--r--CHANGELOG.md15
-rw-r--r--docs/about/release-notes.md15
-rw-r--r--watson/version.py2
3 files changed, 31 insertions, 1 deletions
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"