Skip to content

Commit

Permalink
Bump extension version to 2023.40.0 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Oct 2, 2023
1 parent 839d7e1 commit be79204
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 9 deletions.
84 changes: 79 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,90 @@

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

## 2023.39.0-dev
## 2023.40.0

### Deprecations

The `ruff.args` and `ruff.run` settings have been renamed to `ruff.lint.args` and `ruff.lint.run`,
respectively (see: https://github.com/astral-sh/ruff-vscode/pull/293).
- **Deprecation**: `ruff.args` has been renamed to `ruff.lint.args` (see: https://github.com/astral-sh/ruff-vscode/pull/293).
- **Deprecation**: `ruff.run` has been renamed to `ruff.lint.run` (see: https://github.com/astral-sh/ruff-vscode/pull/293).

The extension will continue to respect the deprecated variants (`ruff.args` and `ruff.run`), but
they will be removed in a future release.

## 2023.38.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.36.0...2023.38.0

## 2023.36.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.34.0...2023.36.0

## 2023.34.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.32.0...2023.34.0

## 2023.32.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.30.0...2023.32.0

## 2023.30.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.28.0...2023.30.0

## 2023.28.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.26.0...2023.28.0

## 2023.26.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.24.0...2023.26.0

## 2023.24.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.22.0...2023.24.0

## 2023.22.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.20.0...2023.22.0

## 2023.20.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.18.0...2023.20.0

## 2023.18.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.16.0...2023.18.0

## 2023.16.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.14.0...2023.16.0

## 2023.14.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.12.0...2023.14.0

## 2023.12.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.10.0...2023.12.0

## 2023.10.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.8.0...2023.10.0

## 2023.8.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.6.0...2023.8.0

## 2023.6.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.4.0...2023.6.0

## 2023.4.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2023.2.0...2023.4.0

## 2023.2.0

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2022.2.0...2023.2.0

## 2022.0.26 (22 December 2022)

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2022.0.25...2022.0.26
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.39.0-dev",
"version": "2023.40.0",
"serverInfo": {
"name": "Ruff",
"module": "ruff"
Expand Down
2 changes: 1 addition & 1 deletion 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.39.0-dev"
version = "2023.40.0"
description = "A Visual Studio Code extension with support for the Ruff linter."
authors = [
{ name = "Charlie Marsh", email = "[email protected]" },
Expand Down

0 comments on commit be79204

Please sign in to comment.