From 21f3ede43d515d72b0f358720d10fe0881c5997d Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Thu, 8 Aug 2024 21:48:47 +0530 Subject: [PATCH] Bump version to 2024.38.0 (#577) --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a000e3e..a080fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index aa40bc2..a2b3ede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ruff", - "version": "2024.36.0", + "version": "2024.38.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ruff", - "version": "2024.36.0", + "version": "2024.38.0", "license": "MIT", "dependencies": { "@vscode/python-extension": "^1.0.5", diff --git a/package.json b/package.json index 5e32014..2c6102f 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 2f87111..1dfa053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }]