Skip to content

Commit b36c963

Browse files
committed
Version 1.8.0 release
1 parent 24e69ea commit b36c963

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Version history
22

33

4+
## Version 1.8.0
5+
6+
## Features
7+
8+
- Adds `regex` support in matching test output
9+
- Adds a flag for expected failures
10+
- Replaces deprecated `pystache` with `chevron`
11+
12+
## Misc
13+
14+
- Updates `mypy`
15+
16+
417
## Version 1.7.0
518

619
### Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="pytest-mypy-plugins",
16-
version="1.7.0",
16+
version="1.9.0",
1717
description="pytest plugin for writing tests for mypy plugins",
1818
long_description=readme,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)