Skip to content

Commit

Permalink
Bump version to 2023.54.0 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Dec 14, 2023
1 parent 390f999 commit 8633ba7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 2023.54.0

This release fixes a bug in which Ruff overwrite files when invalid settings were provided
via `ruff.lint.args` or `ruff.format.args`.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.52.0...2023.54.0

## 2023.52.0

This release upgrades the bundled Ruff version to v0.1.8.
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.52.0",
"version": "2023.54.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.52.0"
version = "2023.54.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.46",
"ruff-lsp==0.0.47",
"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.46 \
--hash=sha256:37e1e7b40b2ea0309a1e97e46b016c426d1df6b51664a2af9024edda25a1032d \
--hash=sha256:ebf3a3c41473f7373dac456b11d30728e083d73ced730d9ea2d941f06ba8538d
ruff-lsp==0.0.47 \
--hash=sha256:039989961d54ffa0d0702317de5022c5f68102fb8298d7e78050edbc63f14c84 \
--hash=sha256:ff535835411a93fe2e7c97eb094ce376681fc28e44ec6451cd0542d8c152faa4
# 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.46 \
--hash=sha256:37e1e7b40b2ea0309a1e97e46b016c426d1df6b51664a2af9024edda25a1032d \
--hash=sha256:ebf3a3c41473f7373dac456b11d30728e083d73ced730d9ea2d941f06ba8538d
ruff-lsp==0.0.47 \
--hash=sha256:039989961d54ffa0d0702317de5022c5f68102fb8298d7e78050edbc63f14c84 \
--hash=sha256:ff535835411a93fe2e7c97eb094ce376681fc28e44ec6451cd0542d8c152faa4
# via ruff-vscode (./pyproject.toml)
typing-extensions==4.7.1 \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
Expand Down

0 comments on commit 8633ba7

Please sign in to comment.