Skip to content

Latest commit

 

History

History
66 lines (32 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

66 lines (32 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.2 (2022-09-20)

Bug Fixes

  • Add missing py.typed file for mypy (#5) (aa5b793)

2.1.1 (2021-06-17)

Bug Fixes

  • Plugin: Prevent an AttributeError when pytest-reraise is used alongside non-test plugins like pytest-black or pytest-flake8. Thanks @jcpunk! (adadd8a)

2.1.0 (2021-06-09)

Features

  • Introduce reraise.wrap() method to simplify function wrapping (f245ffd)

2.0.0 (2021-06-03)

⚠ BREAKING CHANGES

  • Python 3.5 is no longer officially supported.

Bug Fixes

  • Do not rewrite assertions in pytest_reraise.reraise (620f1a0)

Continuous Integration

  • Run tests against a set of pytest versions (913f22b)

1.0.3 (2020-06-03)

Fix

  • Packaging: Add missing classifiers

1.0.2 (2020-06-03)

Refactor

  • Core: Sort imports

1.0.1 (2020-05-17)

Fix

  • Core: Don't re-raise if the test case itself has already re-raised
  • Concurrency: Make exception access thread-safe

1.0.0 (2020-05-17)

Fix

  • Typing: Remove member type annotations (not supported by Python 3.5)