Skip to content

Commit 7fe827f

Browse files
author
Ned Batchelder
committed
docs: version 1.1.0
1 parent fa0bdac commit 7fe827f

8 files changed

+35
-32
lines changed

CHANGELOG.rst

+34
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,40 @@ See the fragment files in the `changelog.d directory`_.
2121

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.1.0:
25+
26+
1.1.0 — 2023-01-16
27+
------------------
28+
29+
Added
30+
.....
31+
32+
- The ``scriv github-release`` command has a new setting, ``ghrel_template``.
33+
This is a template to use when building the release text, to add text before
34+
or after the Markdown extracted from the changelog.
35+
36+
- The ``scriv github-release`` command now has a ``--dry-run`` option to show
37+
what would happen, without posting to GitHub.
38+
39+
Changed
40+
.......
41+
42+
- File names specified for ``file:`` settings will be interpreted relative to
43+
the current directory if they have path components. If the file name has no
44+
slashes or backslashes, then the old behavior remains: the file will be found
45+
in the fragment directory, or as a built-in template.
46+
47+
- All exceptions raised by Scriv are now ScrivException.
48+
49+
Fixed
50+
.....
51+
52+
- Parsing changelogs now take the `insert-marker` setting into account. Only
53+
content after the insert-marker line is parsed.
54+
55+
- More internal activities are logged, to help debug operations.
56+
57+
2458
.. _changelog-1.0.0:
2559

2660
1.0.0 — 2022-12-03

changelog.d/20230114_163858_nedbat.rst

-4
This file was deleted.

changelog.d/20230114_194123_nedbat.rst

-5
This file was deleted.

changelog.d/20230114_195203_nedbat.rst

-5
This file was deleted.

changelog.d/20230116_082933_nedbat_release_template.rst

-6
This file was deleted.

changelog.d/20230116_112933_nedbat.rst

-4
This file was deleted.

changelog.d/20230116_121559_nedbat.rst

-7
This file was deleted.

src/scriv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scriv changelog management tool.
33
"""
44

5-
__version__ = "1.0.0"
5+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)