From f98e59d7f7c43126784b5379f893b125f1eb7fc7 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Wed, 11 Sep 2024 00:16:34 +0530 Subject: [PATCH] Bump version to 2024.48.0 (#615) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318c3b2..f7df2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ See [here](https://github.com/astral-sh/ruff/releases) for the Ruff release notes. +## 2024.48.0 + +This previous release failed to publish the artifacts to the Open VSX registry. This +release is a re-release of `2024.46.0` to ensure that users of that registry aren't affected. +Additionally, the publish step has been split into two separate steps to avoid the issue +in the future. + +**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.46.0...2024.48.0 + ## 2024.46.0 This release fixes a regression from the last release where the loading spinner would not disappear after diff --git a/package-lock.json b/package-lock.json index 88abaac..84fac9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ruff", - "version": "2024.46.0", + "version": "2024.48.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ruff", - "version": "2024.46.0", + "version": "2024.48.0", "license": "MIT", "dependencies": { "@vscode/python-extension": "^1.0.5", diff --git a/package.json b/package.json index b28369d..ce0c4fd 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.46.0", + "version": "2024.48.0", "serverInfo": { "name": "Ruff", "module": "ruff" diff --git a/pyproject.toml b/pyproject.toml index 1059b64..b1723f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ruff-vscode" -version = "2024.46.0" +version = "2024.48.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" }]