Skip to content

Commit 9c8e61c

Browse files
committed
Back to work
1 parent dacfb8a commit 9c8e61c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.temp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Version 1.2.0 (2022-03-28)
2+
3+
### Issues Closed
4+
5+
* [Issue 24](https://github.com/python-lsp/python-lsp-black/issues/24) - Option to cache black configuration per-file
6+
7+
In this release 1 issue was closed.
8+
9+
### Pull Requests Merged
10+
11+
* [PR 33](https://github.com/python-lsp/python-lsp-black/pull/33) - Update pre-commit hooks' versions, by [@haplo](https://github.com/haplo)
12+
* [PR 32](https://github.com/python-lsp/python-lsp-black/pull/32) - Fix PyPI badge in Readme, by [@ccordoba12](https://github.com/ccordoba12)
13+
* [PR 28](https://github.com/python-lsp/python-lsp-black/pull/28) - Correctly format files and ranges with line endings other than LF, by [@ccordoba12](https://github.com/ccordoba12)
14+
* [PR 26](https://github.com/python-lsp/python-lsp-black/pull/26) - Add client side configuration and cache configuration per file, by [@haplo](https://github.com/haplo)
15+
16+
In this release 4 pull requests were 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.2.0
3+
version = 1.3.0.dev0
44
author = Python LSP contributors
55
author_email = f@fidelramos.net
66
description = Black plugin for the Python LSP Server

0 commit comments

Comments
 (0)