diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf7e9f7..7b60c5d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,22 @@ See the fragment files in the `scriv.d directory`_. .. scriv-insert-here +0.8.0 — 2022-03-16 +------------------ + +Added +..... + +- Repo projects are supported. + +Fixed +..... + +- Error handling failed on certain errors. This is now fixed, closing + `issue 4`_. + +.. _issue 4: https://github.com/nedbat/dinghy/issues/4 + 0.7.1 — 2022-03-13 ------------------ diff --git a/scriv.d/20220316_180132_nedbat.rst b/scriv.d/20220316_180132_nedbat.rst deleted file mode 100644 index 3588c33..0000000 --- a/scriv.d/20220316_180132_nedbat.rst +++ /dev/null @@ -1,7 +0,0 @@ -Fixed -..... - -- Error handling failed on certain errors. This is now fixed, closing - `issue 4`_. - -.. _issue 4: https://github.com/nedbat/dinghy/issues/4 diff --git a/scriv.d/20220316_210842_nedbat.rst b/scriv.d/20220316_210842_nedbat.rst deleted file mode 100644 index 252ba4b..0000000 --- a/scriv.d/20220316_210842_nedbat.rst +++ /dev/null @@ -1,4 +0,0 @@ -Added -..... - -- Repo projects are supported. diff --git a/src/dinghy/__init__.py b/src/dinghy/__init__.py index 9a91a01..7cbe11c 100644 --- a/src/dinghy/__init__.py +++ b/src/dinghy/__init__.py @@ -2,4 +2,4 @@ Dinghy daily digest tool. """ -__version__ = "0.7.1" +__version__ = "0.8.0"