Skip to content

Commit

Permalink
Release v4.0.0 (pytest-dev#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil authored Sep 1, 2023
1 parent b7c50c1 commit 3e21601
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Versions follow `Semantic Versioning`_ (``<major>.<minor>.<patch>``).
Version History
---------------

4.0.0 (2023-09-01)
~~~~~~~~~~~~~~~~~~

This release is the result of more than two years of rewrites.

We've tried our best to keep this release backwards-compatible with v3.

If you find something that seems to be a regression, please consult the documentation first,
before filing an issue.

Thanks to all the users who have contributed with ideas, solutions and beta-testing.
You're too many to name, but you know who you are.

A special thanks to `@drRedflint <https://github.com/drRedflint>`_ and `@jeffwright13 <https://github.com/jeffwright13>`_
for all the javascript and testing respectively.

3.2.0 (2022-10-25)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
]
dependencies = [
"pytest>=7.0.0",
"pytest-metadata>=3.0.0",
"pytest-metadata>=2.0.0",
"Jinja2>=3.0.0",
]
dynamic = [
Expand Down

0 comments on commit 3e21601

Please sign in to comment.