Skip to content

Commit

Permalink
docs: version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Feb 19, 2023
1 parent 801fb4e commit d86dc04
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 36 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,37 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-1.2.1:

1.2.1 — 2023-02-18
------------------

Fixed
.....

- Scriv would fail trying to import tomllib on Python <3.11 if installed
without the ``[toml]`` extra. This is now fixed, closing `issue 80`_.

- Settings specified as ``file:`` will now search in the changelog directory
and then the current directory for the file. The only exception is if the
first component is ``.`` or ``..``, then only the current directory is
considered. Fixes `issue 82`_.

- Python variables with type annotations can now be read with ``literal:``
settings, fixing `issue 85`_.

- Error messages for mis-formed ``literal:`` configuration values are more
precise, as requested in `issue 84`_.

- Error messages from settings validation are ScrivExceptions now, and report
configuration problems more clearly and earlier in some cases.

.. _issue 80: https://github.com/nedbat/scriv/issues/80
.. _issue 82: https://github.com/nedbat/scriv/issues/82
.. _issue 84: https://github.com/nedbat/scriv/issues/84
.. _issue 85: https://github.com/nedbat/scriv/issues/85


.. _changelog-1.2.0:

1.2.0 — 2023-01-18
Expand Down
7 changes: 0 additions & 7 deletions changelog.d/20230217_213934_nedbat_tomllib_importerror_80.rst

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20230218_085535_nedbat_better_errors_84.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20230218_123838_nedbat.rst

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20230218_155917_nedbat_search_for_files.rst

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20230218_190550_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.2.0"
__version__ = "1.2.1"

0 comments on commit d86dc04

Please sign in to comment.