Skip to content

Commit

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

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

## 2022.0.21 (6 December 2022)

* Bump Ruff version to 0.0.165 by @charliermarsh in https://github.com/charliermarsh/vscode-ruff/pull/52

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

## 2022.0.20 (1 December 2022)

* Bump default line length by @charliermarsh in https://github.com/charliermarsh/vscode-ruff/pull/46
Expand Down
2 changes: 1 addition & 1 deletion bundled/tool/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def update_sys_path(path_to_add: str, strategy: str) -> None:
MAX_WORKERS = 5
LSP_SERVER = server.LanguageServer(
name="Ruff",
version="2022.0.20",
version="2022.0.21",
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.20",
"version": "2022.0.21",
"serverInfo": {
"name": "Ruff",
"module": "ruff"
Expand Down

0 comments on commit 3e5ec84

Please sign in to comment.