Skip to content

Commit

Permalink
Bump version to 2024.44.0 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Sep 6, 2024
1 parent e43c8c6 commit e54e387
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 2024.44.0

This release upgrades the bundled Ruff version to `v0.6.4`, and the bundled `ruff-lsp`
version to `0.0.56`.

- Use "application" scope for global only settings (`ruff.logLevel`, `ruff.logFile`) (#594)
- Always include "Show Logs" button in Ruff notification (#600)

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.42.0...2024.44.0

## 2024.42.0

This release upgrades the bundled Ruff version to `v0.6.1`, and the bundled `ruff-lsp`
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.42.0",
"version": "2024.44.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.42.0"
version = "2024.44.0"
description = "A Visual Studio Code extension with support for the Ruff linter."
authors = [{ name = "Charlie Marsh", email = "[email protected]" }]
maintainers = [{ name = "Charlie Marsh", email = "[email protected]" }]
Expand Down

0 comments on commit e54e387

Please sign in to comment.