Skip to content

Commit 71d44dd

Browse files
committed
docs: version 1.7.0
1 parent 3d8aee9 commit 71d44dd

File tree

5 files changed

+26
-117
lines changed

5 files changed

+26
-117
lines changed

CHANGELOG.rst

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

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.7.0:
25+
26+
1.7.0 — 2025-04-20
27+
------------------
28+
29+
Added
30+
.....
31+
32+
- The GitHub release template now can use ``{{title}}`` to get the title of
33+
the changelog entry.
34+
35+
- The ``format`` setting is now defaulted based on the ``changelog`` setting.
36+
Previously, ``changelog=README.md`` would still use .rst formatting. Now it
37+
will use Markdown.
38+
39+
Changed
40+
.......
41+
42+
- Two settings have new names to better reflect what scriv does.
43+
The ``output_file`` setting is now called ``changelog`` and the
44+
``insert_marker`` setting is now called ``start_marker``.
45+
The old names will continue to work. Closes `issue 77`_.
46+
47+
.. _issue 77: https://github.com/nedbat/scriv/issues/77
48+
2449
.. _changelog-1.6.2:
2550

2651
1.6.2 — 2025-03-30

changelog.d/20250419_180044_nedbat_title_in_template.rst

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

changelog.d/20250419_192659_nedbat_title_in_template.rst

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

changelog.d/20250420_102250_nedbat.rst

Lines changed: 0 additions & 38 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.6.2"
5+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)