Skip to content

Commit 0047997

Browse files
committed
docs: version 1.6.0
1 parent 8c6a85c commit 0047997

6 files changed

+33
-29
lines changed

CHANGELOG.rst

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

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.6.0:
25+
26+
1.6.0 — 2025-03-24
27+
------------------
28+
29+
Added
30+
.....
31+
32+
- Add a ``print`` command that can write changelog entries to standard out
33+
or to a file, closing `issue 115`_. Thanks, `Kurt McKee <pull 140_>`_
34+
35+
Changed
36+
.......
37+
38+
- Dropped support for Python 3.7 and 3.8, and added 3.13.
39+
40+
Fixed
41+
.....
42+
43+
- A final newline is no longer stripped when rendering the new fragment
44+
template, fixing `issue 108`_.
45+
46+
- Configuration setting ``md_header_level`` is allowed to be an integer in
47+
TOML files, closing `issue 90`_. Thanks, `Michael Makukha <pull 137_>`_.
48+
49+
.. _issue 90: https://github.com/nedbat/scriv/issues/90
50+
.. _issue 108: https://github.com/nedbat/scriv/issues/108
51+
.. _issue 115: https://github.com/nedbat/scriv/issues/115
52+
.. _pull 137: https://github.com/nedbat/scriv/pull/137
53+
.. _pull 140: https://github.com/nedbat/scriv/pull/140
54+
55+
2456
.. _changelog-1.5.1:
2557

2658
1.5.1 — 2023-12-14

changelog.d/20231210_233839_dpb_keep_trailing_newline.rst

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

changelog.d/20240505_065319_nedbat_py38.rst

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

changelog.d/20250218_141622_makukha_90_md_header_level_should_be_read_as_an_int_in_toml_files.rst

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

changelog.d/20250311_074712_kurtmckee_print_command_issue_115.rst

Lines changed: 0 additions & 9 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.5.1"
5+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)