From 07fda7cd296822ed842f20cf779fd4f22b7f1951 Mon Sep 17 00:00:00 2001 From: "pr-submit[bot]" Date: Tue, 25 Aug 2026 18:38:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.3.3?= 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 486fd12..6574216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.3.3 (2026-08-25) + ### Fixes * 🐛 Discover routes from imported custom APIRouter instances. PR [#225](https://github.com/fastapi/fastapi-vscode/pull/225) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 12a66ce..5b8d40e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.3.2", + "version": "0.3.3", "publisher": "FastAPILabs", "license": "MIT", "repository": {