Skip to content

Commit

Permalink
Bump version to 2024.38.0 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila authored Aug 8, 2024
1 parent 00d86f7 commit 21f3ede
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

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

## 2024.38.0

This release upgrades the bundled Ruff version to `v0.5.7`, which includes a number of bug fixes
and improvements to `ruff server`.

In addition, it also adds support for `.cmd` and `.bat` files in the `ruff.interpreter` setting.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.36.0...2024.38.0

## 2024.36.0

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": "2024.36.0",
"version": "2024.38.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 = "2024.36.0"
version = "2024.38.0"
description = "A Visual Studio Code extension with support for the Ruff linter."
authors = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }]
maintainers = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }]
Expand Down

0 comments on commit 21f3ede

Please sign in to comment.