Skip to content

Commit

Permalink
Fixed formatting issues in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 9, 2023
1 parent 4c04b12 commit 2fc1dd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ repos:
- id: mypy
additional_dependencies: [ "typing_extensions" ]
exclude: "^tests/"

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal
10 changes: 6 additions & 4 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Version history
===============

This library adheres to `Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200>`_.
This library adheres to
`Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200>`_.

**UNRELEASED**

Expand All @@ -16,10 +17,11 @@ This library adheres to `Semantic Versioning 2.0 <https://semver.org/#semantic-v

- Dropped Python 3.7 support
- Fixed ``@typechecked`` optimization causing compilation of instrumented code to fail
when any block was left empty by the AST transformer (eg `if` or `try` / `except` blocks)
when any block was left empty by the AST transformer (eg ``if`` or
``try`` / ``except`` blocks)
(`#352 <https://github.com/agronholm/typeguard/issues/352>`_)
- Fixed placement of injected typeguard imports with respect to ``__future__`` imports and module
docstrings (`#385 <https://github.com/agronholm/typeguard/issues/385>`_)
- Fixed placement of injected typeguard imports with respect to ``__future__`` imports
and module docstrings (`#385 <https://github.com/agronholm/typeguard/issues/385>`_)

**4.1.2** (2023-08-18)

Expand Down

0 comments on commit 2fc1dd5

Please sign in to comment.