Skip to content

Commit

Permalink
build: version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 27, 2023
1 parent 842baa6 commit 22ec834
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ See the fragment files in the `scriv.d directory`_.

.. scriv-insert-here
.. _changelog-1.2.0:

1.2.0 — 2023-01-27
------------------

Added
.....

- Now you can additionally specify digests on the command line to write, which
will choose just those digests from the configuration file.

Fixed
.....

- If the config file has no ``digests:`` clause, it could be because it's not a
dinghy config file at all, so print an error message about it.

.. _changelog-1.1.0:

1.1.0 — 2023-01-25
Expand Down
5 changes: 0 additions & 5 deletions scriv.d/20230127_164615_nedbat_partial_33.rst

This file was deleted.

5 changes: 0 additions & 5 deletions scriv.d/20230127_165139_nedbat_partial_33.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__ = "1.1.0"
__version__ = "1.2.0"

0 comments on commit 22ec834

Please sign in to comment.