Skip to content

Commit

Permalink
Bump version to 2022.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 15, 2022
1 parent 2e87676 commit 6d783cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

See [here](https://github.com/charliermarsh/ruff/releases) for the Ruff release notes.

## 2022.0.22 (14 December 2022)

* Fix 'Exception ignored in atexit callback' in jsonrpc by @eddyg in https://github.com/charliermarsh/vscode-ruff/pull/54
* Mark unused imports and local variables as unnecessary by @charliermarsh in https://github.com/charliermarsh/vscode-ruff/pull/55
* Bump Ruff version to 0.0.182 by @charliermarsh in https://github.com/charliermarsh/vscode-ruff/pull/57

**Full Changelog**: https://github.com/charliermarsh/vscode-ruff/compare/2022.0.21...2022.0.22

## 2022.0.21 (6 December 2022)

* Bump Ruff version to 0.0.165 by @charliermarsh in https://github.com/charliermarsh/vscode-ruff/pull/52
Expand Down
2 changes: 1 addition & 1 deletion bundled/tool/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def update_sys_path(path_to_add: str, strategy: str) -> None:
MAX_WORKERS = 5
LSP_SERVER = server.LanguageServer(
name="Ruff",
version="2022.0.21",
version="2022.0.22",
max_workers=MAX_WORKERS,
)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ruff",
"displayName": "Ruff",
"description": "A Visual Studio Code extension with support for the Ruff linter.",
"version": "2022.0.21",
"version": "2022.0.22",
"serverInfo": {
"name": "Ruff",
"module": "ruff"
Expand Down

0 comments on commit 6d783cf

Please sign in to comment.