diff --git a/CHANGELOG.md b/CHANGELOG.md index a080fc1..e5b11f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ See [here](https://github.com/astral-sh/ruff/releases) for the Ruff release notes. +## 2024.40.0 + +The previous release failed to upload some artifacts to the Open VSX registry due to +the registry being down. This release is a re-release of `2024.38.0` to ensure that +users of that registry aren't affected. + +**Note**: The VS Code marketplace contains all the artifacts for `2024.38.0`. + +**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.38.0...2024.40.0 + ## 2024.38.0 This release upgrades the bundled Ruff version to `v0.5.7`, which includes a number of bug fixes diff --git a/package-lock.json b/package-lock.json index a2b3ede..af5882c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ruff", - "version": "2024.38.0", + "version": "2024.40.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ruff", - "version": "2024.38.0", + "version": "2024.40.0", "license": "MIT", "dependencies": { "@vscode/python-extension": "^1.0.5", diff --git a/package.json b/package.json index 2c6102f..5d20671 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.38.0", + "version": "2024.40.0", "serverInfo": { "name": "Ruff", "module": "ruff" diff --git a/pyproject.toml b/pyproject.toml index 1dfa053..06d6314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ruff-vscode" -version = "2024.38.0" +version = "2024.40.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" }]