From c98c83d686ba7159ee2563872c1a3aac855027da Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Tue, 10 Sep 2024 19:29:23 +0530 Subject: [PATCH] Bump version to 2024.46.0 (#613) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1817cec..318c3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ See [here](https://github.com/astral-sh/ruff/releases) for the Ruff release notes. +## 2024.46.0 + +This release fixes a regression from the last release where the loading spinner would not disappear after +the extension is successfully activated. + +**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.44.0...2024.46.0 + ## 2024.44.0 This release upgrades the bundled Ruff version to `v0.6.4`, and the bundled `ruff-lsp` diff --git a/package-lock.json b/package-lock.json index fc721b7..88abaac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ruff", - "version": "2024.44.0", + "version": "2024.46.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ruff", - "version": "2024.44.0", + "version": "2024.46.0", "license": "MIT", "dependencies": { "@vscode/python-extension": "^1.0.5", diff --git a/package.json b/package.json index b8b6e9a..b28369d 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.44.0", + "version": "2024.46.0", "serverInfo": { "name": "Ruff", "module": "ruff" diff --git a/pyproject.toml b/pyproject.toml index 1a74756..1059b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ruff-vscode" -version = "2024.44.0" +version = "2024.46.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" }]