diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a065c0..0a09ebf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------------------ diff --git a/scriv.d/20220310_163426_nedbat.rst b/scriv.d/20220310_163426_nedbat.rst deleted file mode 100644 index 8054844..0000000 --- a/scriv.d/20220310_163426_nedbat.rst +++ /dev/null @@ -1,5 +0,0 @@ -Added -..... - -- GitHub's @ghost user shows up as an "author" of None. Properly handle that - case. diff --git a/src/dinghy/__init__.py b/src/dinghy/__init__.py index f94ea5a..67af74c 100644 --- a/src/dinghy/__init__.py +++ b/src/dinghy/__init__.py @@ -2,4 +2,4 @@ Dinghy daily digest tool. """ -__version__ = "0.5.2" +__version__ = "0.6.0"