Skip to content

Commit de83bce

Browse files
committed
Release v1.0.1
1 parent 6317824 commit de83bce

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## Version 1.0.1 (2021-12-01)
2+
3+
### Issues Closed
4+
5+
* [Issue 20](https://github.com/python-lsp/python-lsp-black/issues/20) - Formatting fails silently
6+
* [Issue 12](https://github.com/python-lsp/python-lsp-black/issues/12) - Fix MyPy linting
7+
* [Issue 9](https://github.com/python-lsp/python-lsp-black/issues/9) - Ignore virtualenv in linters
8+
* [Issue 8](https://github.com/python-lsp/python-lsp-black/issues/8) - Add Development section to README
9+
* [Issue 7](https://github.com/python-lsp/python-lsp-black/issues/7) - Add pre-commit checks
10+
11+
In this release 5 issues were closed.
12+
13+
### Pull Requests Merged
14+
15+
* [PR 23](https://github.com/python-lsp/python-lsp-black/pull/23) - Add pre-commit hooks, by [@haplo](https://github.com/haplo)
16+
* [PR 22](https://github.com/python-lsp/python-lsp-black/pull/22) - Log black errors to stderr, by [@haplo](https://github.com/haplo) ([20](https://github.com/python-lsp/python-lsp-black/issues/20))
17+
* [PR 14](https://github.com/python-lsp/python-lsp-black/pull/14) - Add virtualenv to gitignore and Python 3.9 to black target versions, by [@haplo](https://github.com/haplo)
18+
* [PR 13](https://github.com/python-lsp/python-lsp-black/pull/13) - Install MyPy stubs, by [@haplo](https://github.com/haplo) ([12](https://github.com/python-lsp/python-lsp-black/issues/12))
19+
* [PR 11](https://github.com/python-lsp/python-lsp-black/pull/11) - Add Development section to README, by [@haplo](https://github.com/haplo) ([8](https://github.com/python-lsp/python-lsp-black/issues/8))
20+
* [PR 10](https://github.com/python-lsp/python-lsp-black/pull/10) - Exclude venv and other directories from linters, by [@haplo](https://github.com/haplo) ([9](https://github.com/python-lsp/python-lsp-black/issues/9))
21+
22+
In this release 1 pull request was closed.
23+
124
## Version 1.0.0 (2021/05/18)
225

326
### Issues Closed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-lsp-black
3-
version = 1.0.1.dev0
3+
version = 1.0.1
44
author = Python LSP contributors
55
author_email = andfoy@gmail.com
66
description = Black plugin for the Python LSP Server

0 commit comments

Comments
 (0)