Skip to content

Commit

Permalink
build: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 11, 2022
1 parent b572e0a commit e974a43
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ See the fragment files in the `scriv.d directory`_.

.. scriv-insert-here
0.6.0 — 2022-03-10
------------------

Added
.....

- GitHub's @ghost user shows up in GraphQL results as an "author" of None.
Properly handle that case.

Changed
.......

- Fixes to the color of labels.

- Correct handling of HTML in bodies.

0.5.2 — 2022-03-08
------------------

Expand Down
5 changes: 0 additions & 5 deletions scriv.d/20220310_163426_nedbat.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/dinghy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Dinghy daily digest tool.
"""

__version__ = "0.5.2"
__version__ = "0.6.0"

0 comments on commit e974a43

Please sign in to comment.