You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,29 @@
1
1
# History of changes
2
2
3
+
## Version 1.1.1 (2023/09/09)
4
+
5
+
### Issues Closed
6
+
7
+
*[Issue 18](https://github.com/python-lsp/python-lsp-jsonrpc/issues/18) - No license included in package metadata ([PR 19](https://github.com/python-lsp/python-lsp-jsonrpc/pull/19) by [@thejcannon](https://github.com/thejcannon))
8
+
9
+
In this release 1 issue was closed.
10
+
11
+
### Pull Requests Merged
12
+
13
+
*[PR 23](https://github.com/python-lsp/python-lsp-jsonrpc/pull/23) - Remove redundant wheel dep from pyproject.toml, by [@mgorny](https://github.com/mgorny)
14
+
*[PR 19](https://github.com/python-lsp/python-lsp-jsonrpc/pull/19) - Add license trove classifier, by [@thejcannon](https://github.com/thejcannon) ([18](https://github.com/python-lsp/python-lsp-jsonrpc/issues/18))
15
+
16
+
In this release 2 pull requests were closed.
17
+
18
+
----
19
+
3
20
## Version 1.1.0 (2023/09/07)
4
21
22
+
## New features
23
+
24
+
* Allow method handlers to return json rpc errors
25
+
* Drop support for Python 3.7 and 3.6
26
+
5
27
### Issues Closed
6
28
7
29
*[Issue 11](https://github.com/python-lsp/python-lsp-jsonrpc/issues/11) - Drop support for Python 3.6 ([PR 16](https://github.com/python-lsp/python-lsp-jsonrpc/pull/16) by [@ccordoba12](https://github.com/ccordoba12))
0 commit comments