Skip to content

Commit

Permalink
docs: version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Jan 16, 2023
1 parent fa0bdac commit 7fe827f
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 32 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,40 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-1.1.0:

1.1.0 — 2023-01-16
------------------

Added
.....

- The ``scriv github-release`` command has a new setting, ``ghrel_template``.
This is a template to use when building the release text, to add text before
or after the Markdown extracted from the changelog.

- The ``scriv github-release`` command now has a ``--dry-run`` option to show
what would happen, without posting to GitHub.

Changed
.......

- File names specified for ``file:`` settings will be interpreted relative to
the current directory if they have path components. If the file name has no
slashes or backslashes, then the old behavior remains: the file will be found
in the fragment directory, or as a built-in template.

- All exceptions raised by Scriv are now ScrivException.

Fixed
.....

- Parsing changelogs now take the `insert-marker` setting into account. Only
content after the insert-marker line is parsed.

- More internal activities are logged, to help debug operations.


.. _changelog-1.0.0:

1.0.0 — 2022-12-03
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20230114_163858_nedbat.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20230114_194123_nedbat.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20230114_195203_nedbat.rst

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20230116_082933_nedbat_release_template.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20230116_112933_nedbat.rst

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20230116_121559_nedbat.rst

This file was deleted.

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

__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit 7fe827f

Please sign in to comment.