From 116feb67d63c25a6e15c18e545bc9dba7548e931 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Thu, 26 Feb 2026 11:09:46 -0800 Subject: [PATCH] Release version 0.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c928d..97212a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.1.0 + ### Features * ✨ Display docstrings on hover in path operations panel. PR [#67](https://github.com/fastapi/fastapi-vscode/pull/67) by [@savannahostrowski](https://github.com/savannahostrowski). diff --git a/package.json b/package.json index 605e59d..859373e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "rest", "openapi" ], - "version": "0.0.8", + "version": "0.1.0", "publisher": "FastAPILabs", "license": "MIT", "repository": {