Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Aug 9, 2020
1 parent 351ba2e commit 98f8724
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 149 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,38 @@ See the fragment files in ./changelog.d

.. scriv-insert-here
[0.8.1] — 2020-08-09
--------------------

Added
.....

- When editing a new fragment during "scriv create", if the edited fragment has
no content (only comments or blank lines), then the create operation will be
aborted, and the file will be removed. (Closes `issue 2`_.)

.. _issue 2: https://github.com/nedbat/scriv/issues/2

Changed
.......

- If the fragment directory doesn't exist, a simple direct message is shown,
rather than a misleading FileNotFound error (closes `issue 1`_).

.. _issue 1: https://github.com/nedbat/scriv/issues/1

Fixed
.....

- When not using categories, comments in fragment files would be copied to the
changelog file (`issue 3`_). This is now fixed.

.. _issue 3: https://github.com/nedbat/scriv/issues/3

- RST syntax is better understood, so that hyperlink references and directives
will be preserved. Previously, they were mistakenly interpreted as comments
and discarded.

[0.8.0] — 2020-08-04
--------------------

Expand Down
37 changes: 0 additions & 37 deletions changelog.d/20200808_192440_nedbat.rst

This file was deleted.

36 changes: 0 additions & 36 deletions changelog.d/20200809_073134_nedbat.rst

This file was deleted.

38 changes: 0 additions & 38 deletions changelog.d/20200809_132759_nedbat.rst

This file was deleted.

37 changes: 0 additions & 37 deletions changelog.d/20200809_150736_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__ = "0.8.0"
__version__ = "0.8.1"

0 comments on commit 98f8724

Please sign in to comment.