Skip to content

Commit

Permalink
Merge pull request #58 from jonathanj/release-17.0.0
Browse files Browse the repository at this point in the history
Release 17.0.0.
  • Loading branch information
jonathanj committed Feb 18, 2017
2 parents e6e44f7 + a736440 commit aa15e87
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 16 deletions.
29 changes: 29 additions & 0 deletions NEWS.rst
Expand Up @@ -3,3 +3,32 @@ eliot-tree changelog
--------------------

.. towncrier release notes start
Eliottree 17.0.0
==========

Bugfixes
--------

- Python 3 compatibility was improved. (#35)
- Human-readable values are now only transformed at render time instead of
mutating the log data. (#39)

Features
--------

- The `tree-format` library is now used for rendering the tree and colored
output was added. (#19)
- Command-line options `--start` and `--end` were introduced to allow more
easily specifying a time range of messages. (#38)
- Context is now reported when JSON or Eliot parse errors occur. (#42)
- Terminal control characters in Eliot data are now converted to their
innocuous Unicode control image equivalent. (#44)
- Eliot's robust builtin parser is now used to build the tree data. (#52)

Misc
----

- #46, #54, #56


2 changes: 1 addition & 1 deletion eliottree/__init__.py
Expand Up @@ -8,7 +8,7 @@
from eliottree.tree import Tree


__version__ = '15.3.0'
__version__ = '17.0.0'


__all__ = [
Expand Down
2 changes: 0 additions & 2 deletions eliottree/newsfragments/19.feature

This file was deleted.

1 change: 0 additions & 1 deletion eliottree/newsfragments/35.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions eliottree/newsfragments/38.feature

This file was deleted.

2 changes: 0 additions & 2 deletions eliottree/newsfragments/39.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion eliottree/newsfragments/42.feature

This file was deleted.

2 changes: 0 additions & 2 deletions eliottree/newsfragments/44.feature

This file was deleted.

1 change: 0 additions & 1 deletion eliottree/newsfragments/46.misc

This file was deleted.

1 change: 0 additions & 1 deletion eliottree/newsfragments/52.feature

This file was deleted.

1 change: 0 additions & 1 deletion eliottree/newsfragments/54.misc

This file was deleted.

1 change: 0 additions & 1 deletion eliottree/newsfragments/56.misc

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='eliot-tree',
version='15.3.0',
version='17.0.0',
description='Render Eliot logs as an ASCII tree',
author='Jonathan Jacobs',
url='https://github.com/jonathanj/eliottree',
Expand Down

0 comments on commit aa15e87

Please sign in to comment.