Skip to content

Commit

Permalink
Bump release to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 23, 2018
1 parent ad7bc28 commit e1efb66
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 15 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion watson/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

version = "1.5.2"
version = "1.6.0"

0 comments on commit e1efb66

Please sign in to comment.