Skip to content

Commit 380836a

Browse files
author
Ned Batchelder
committed
docs: version 1.4.0
1 parent 5bf4cf1 commit 380836a

File tree

7 files changed

+38
-39
lines changed

7 files changed

+38
-39
lines changed

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,43 @@ See the fragment files in the `changelog.d directory`_.
2121

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.4.0:
25+
26+
1.4.0 — 2023-10-12
27+
------------------
28+
29+
Added
30+
.....
31+
32+
- Literals can be extracted from .cabal files. Thanks `Javier Sagredo <pull
33+
91_>`_.
34+
35+
- Use the git config ``scriv.user_nick`` for the user nick part
36+
of the fragment file. Thanks to `Ronny Pfannschmidt <pull 106>`_,
37+
fixing `issue 103`_.
38+
39+
- Settings can now be prefixed with ``command:`` to execute the rest of the
40+
setting as a shell command. The output of the command will be used as the
41+
value of the setting.
42+
43+
Fixed
44+
.....
45+
46+
- If there are no changelog fragments, ``scriv collect`` now exits with status
47+
code of 2, fixing `issue 110`_.
48+
49+
- Changelogs with non-version headings now produce an understandable error
50+
message from ``scriv collect``, thanks to `James Gerity <pull 101_>`_, fixing
51+
`issue 100`_.
52+
53+
.. _pull 91: https://github.com/nedbat/scriv/pull/91
54+
.. _issue 100: https://github.com/nedbat/scriv/issues/100
55+
.. _pull 101: https://github.com/nedbat/scriv/pull/101
56+
.. _issue 103: https://github.com/nedbat/scriv/pull/103
57+
.. _pull 106: https://github.com/nedbat/scriv/pull/106
58+
.. _issue 110: https://github.com/nedbat/scriv/issues/110
59+
60+
2461
.. _changelog-1.3.1:
2562

2663
1.3.1 — 2023-04-16

changelog.d/20230430_092634_nedbat.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog.d/20230718_185443_nedbat_add_101_test.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelog.d/20231003_082812_ronny_user_nick_setting.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelog.d/20231009_153026_nedbat_command_config.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/20231012_061908_nedbat.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/scriv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scriv changelog management tool.
33
"""
44

5-
__version__ = "1.3.1"
5+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)