Skip to content

Commit

Permalink
Bump version to 2023.58.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Dec 17, 2023
1 parent 6373b1e commit 788b781
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 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.

## 2023.58.0

This release avoids surfacing errors when formatting files with syntax errors.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.56.0...2023.58.0

## 2023.56.0

This release fixes a bug in which the bundled version of Ruff was incompatible with ARM
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": "2023.56.0",
"version": "2023.58.0",
"serverInfo": {
"name": "Ruff",
"module": "ruff"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ruff-vscode"
version = "2023.56.0"
version = "2023.58.0"
description = "A Visual Studio Code extension with support for the Ruff linter."
authors = [
{ name = "Charlie Marsh", email = "[email protected]" },
Expand All @@ -16,7 +16,7 @@ requires-python = ">=3.7"
license = "MIT"
dependencies = [
"packaging>=23.1",
"ruff-lsp==0.0.47",
"ruff-lsp==0.0.48",
"ruff==0.1.8",
]

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ ruff==0.1.8 \
# via
# ruff-lsp
# ruff-vscode (./pyproject.toml)
ruff-lsp==0.0.47 \
--hash=sha256:039989961d54ffa0d0702317de5022c5f68102fb8298d7e78050edbc63f14c84 \
--hash=sha256:ff535835411a93fe2e7c97eb094ce376681fc28e44ec6451cd0542d8c152faa4
ruff-lsp==0.0.48 \
--hash=sha256:21a1c292631f323401362149c2299a7d9cf2b0296af62e8380cf1d23612bae1a \
--hash=sha256:efc0381d43e34aef4b5fdecd6c84f8a1f3a52aa2c0cb2a4d73bb4b7075095e93
# via ruff-vscode (./pyproject.toml)
tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ ruff==0.1.8 \
# via
# ruff-lsp
# ruff-vscode (./pyproject.toml)
ruff-lsp==0.0.47 \
--hash=sha256:039989961d54ffa0d0702317de5022c5f68102fb8298d7e78050edbc63f14c84 \
--hash=sha256:ff535835411a93fe2e7c97eb094ce376681fc28e44ec6451cd0542d8c152faa4
ruff-lsp==0.0.48 \
--hash=sha256:21a1c292631f323401362149c2299a7d9cf2b0296af62e8380cf1d23612bae1a \
--hash=sha256:efc0381d43e34aef4b5fdecd6c84f8a1f3a52aa2c0cb2a4d73bb4b7075095e93
# via ruff-vscode (./pyproject.toml)
typing-extensions==4.7.1 \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
Expand Down

0 comments on commit 788b781

Please sign in to comment.