Skip to content

Commit

Permalink
docs: version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Oct 19, 2023
1 parent f871b67 commit 2ab13a2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,30 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-1.5.0:

1.5.0 — 2023-10-18
------------------

Added
.....

- RST to Markdown conversion can now be stricter. Using the ``--fail-if-warn``
option on the ``scriv github-releases`` command will fail the command if your
RST conversion generates warnings, for example due to malformed link
references.

- The ``scriv github-release`` command now has a ``--check-links`` option to
check URLs. Each is fetched, and if an error occurs, warnings will show the
URLs that didn't succeed.

Fixed
.....

- Commands no longer display full tracebacks for exceptions raised by scriv
code.


.. _changelog-1.4.0:

1.4.0 — 2023-10-12
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231016_155345_nedbat_check_links.rst

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231018_220204_nedbat.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/scriv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Scriv changelog management tool.
"""

__version__ = "1.4.0"
__version__ = "1.5.0"

0 comments on commit 2ab13a2

Please sign in to comment.