Skip to content

Commit d4549a4

Browse files
authored
Merge pull request #80 from dmtucker/release
Update the changelog
2 parents 26c4cbf + 403ed6c commit d4549a4

File tree

1 file changed

+24
-27
lines changed

1 file changed

+24
-27
lines changed

changelog.md

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,40 @@
11
# Changelog
22

3-
## 0.5.0
4-
* Remove MypyItem.mypy_path
3+
## [0.6.0](https://github.com/dbader/pytest-mypy/milestone/10)
4+
* Inject a test that checks the mypy exit status
5+
6+
## [0.5.0](https://github.com/dbader/pytest-mypy/milestone/9)
7+
* Remove `MypyItem.mypy_path`
58
* Add support for pytest-xdist
69
* Add a configurable name to MypyItem node IDs
710

8-
See [the milestone](https://github.com/dbader/pytest-mypy/milestone/9) for details.
9-
10-
## 0.4.2
11-
* Make success message green instead of red.
12-
* Remove Python 3.8 beta/dev references.
13-
* Stop blacklisting early 0.5x and 0.7x mypy releases.
14-
15-
See [the milestone](https://github.com/dbader/pytest-mypy/milestone/8) for details.
11+
## [0.4.2](https://github.com/dbader/pytest-mypy/milestone/8)
12+
* Make success message green instead of red
13+
* Remove Python 3.8 beta/dev references
14+
* Stop blacklisting early 0.5x and 0.7x mypy releases
1615

17-
## 0.4.1
18-
* Stop overlapping `python_version`s in `install_requires`.
16+
## [0.4.1](https://github.com/dbader/pytest-mypy/milestone/7)
17+
* Stop overlapping `python_version`s in `install_requires`
1918

20-
## 0.4.0
21-
* Run mypy once per session instead of once per file.
22-
* Stop passing --incremental (which mypy now defaults to).
23-
* Support configuring the plugin in a conftest.py.
19+
## [0.4.0](https://github.com/dbader/pytest-mypy/milestone/6)
20+
* Run mypy once per session instead of once per file
21+
* Stop passing --incremental (which mypy now defaults to)
22+
* Support configuring the plugin in a conftest.py
2423
* Add support for Python 3.8
2524

26-
See [the milestone](https://github.com/dbader/pytest-mypy/milestone/6) for details.
27-
28-
## 0.3.3
25+
## [0.3.3](https://github.com/dbader/pytest-mypy/milestone/3)
2926
* Register `mypy` marker.
30-
* Add a PEP-518 [build-system]
31-
* Add dependency pins for Python 3.4.
27+
* Add a PEP 518 `[build-system]`
28+
* Add dependency pins for Python 3.4
3229
* Add support for Python 3.7
3330

34-
See [the milestone](https://github.com/dbader/pytest-mypy/milestone/3) for details.
35-
36-
## 0.3.2
31+
## [0.3.2](https://github.com/dbader/pytest-mypy/milestone/2)
3732
* Add `mypy` marker to run mypy checks only
3833

39-
## 0.3.1
40-
* See [the milestone](https://github.com/dbader/pytest-mypy/milestone/1?closed=1) for a description of the changes in this release.
34+
## [0.3.1](https://github.com/dbader/pytest-mypy/milestone/1)
35+
* Only depend on `mypy.api`
36+
* Add `--mypy-ignore-missing-imports`
37+
* Invoke `mypy` with `--incremental`
4138

42-
## 0.3.0
39+
## [0.3.0](https://github.com/dbader/pytest-mypy/milestone/5)
4340
* Change `mypy` dependency to pull in `mypy` instead of `mypy-lang`

0 commit comments

Comments
 (0)