Skip to content

Commit

Permalink
docs: version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Oct 12, 2023
1 parent 5bf4cf1 commit 380836a
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 39 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -21,6 +21,43 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-1.4.0:

1.4.0 — 2023-10-12
------------------

Added
.....

- Literals can be extracted from .cabal files. Thanks `Javier Sagredo <pull
91_>`_.

- Use the git config ``scriv.user_nick`` for the user nick part
of the fragment file. Thanks to `Ronny Pfannschmidt <pull 106>`_,
fixing `issue 103`_.

- Settings can now be prefixed with ``command:`` to execute the rest of the
setting as a shell command. The output of the command will be used as the
value of the setting.

Fixed
.....

- If there are no changelog fragments, ``scriv collect`` now exits with status
code of 2, fixing `issue 110`_.

- Changelogs with non-version headings now produce an understandable error
message from ``scriv collect``, thanks to `James Gerity <pull 101_>`_, fixing
`issue 100`_.

.. _pull 91: https://github.com/nedbat/scriv/pull/91
.. _issue 100: https://github.com/nedbat/scriv/issues/100
.. _pull 101: https://github.com/nedbat/scriv/pull/101
.. _issue 103: https://github.com/nedbat/scriv/pull/103
.. _pull 106: https://github.com/nedbat/scriv/pull/106
.. _issue 110: https://github.com/nedbat/scriv/issues/110


.. _changelog-1.3.1:

1.3.1 — 2023-04-16
Expand Down
7 changes: 0 additions & 7 deletions changelog.d/20230430_092634_nedbat.rst

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20230718_185443_nedbat_add_101_test.rst

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20231003_082812_ronny_user_nick_setting.rst

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231009_153026_nedbat_command_config.rst

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20231012_061908_nedbat.rst

This file was deleted.

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

__version__ = "1.3.1"
__version__ = "1.4.0"

0 comments on commit 380836a

Please sign in to comment.