From cdb1bf9f07e3d18d64849be282bb512b83f1096f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Jul 2026 15:49:44 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b8ddd..2cb44da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.3.1 (2026-07-21) + ### Internal * 🐛 Keep @types/vscode at the engines.vscode floor. PR [#206](https://github.com/fastapi/fastapi-vscode/pull/206) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 6d66469..7f48e07 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.3.0", + "version": "0.3.1", "publisher": "FastAPILabs", "license": "MIT", "repository": { From dede1622a9849afed2f7a29eb489da4c316edef4 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 21 Jul 2026 08:50:44 -0700 Subject: [PATCH 2/2] Fix release notes --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb44da..c2b8904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,13 @@ ## 0.3.1 (2026-07-21) -### Internal - -* 🐛 Keep @types/vscode at the engines.vscode floor. PR [#206](https://github.com/fastapi/fastapi-vscode/pull/206) by [@savannahostrowski](https://github.com/savannahostrowski). - -## 0.3.0 (2026-07-21) - ### Refactors * ♻️ Make logs entitlements aware. PR [#196](https://github.com/fastapi/fastapi-vscode/pull/196) by [@savannahostrowski](https://github.com/savannahostrowski). ### Internal +* 🐛 Keep @types/vscode at the engines.vscode floor. PR [#206](https://github.com/fastapi/fastapi-vscode/pull/206) by [@savannahostrowski](https://github.com/savannahostrowski). * ⬆ Bump the bun-packages group across 1 directory with 4 updates. PR [#204](https://github.com/fastapi/fastapi-vscode/pull/204) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump typescript from 6.0.3 to 7.0.2 in the npm-packages group. PR [#202](https://github.com/fastapi/fastapi-vscode/pull/202) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆ Bump the bun-packages group with 4 updates. PR [#201](https://github.com/fastapi/fastapi-vscode/pull/201) by [@dependabot[bot]](https://github.com/apps/dependabot).