Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@

## Latest Changes

### 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)
## 0.3.1 (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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rest",
"openapi"
],
"version": "0.3.0",
"version": "0.3.1",
"publisher": "FastAPILabs",
"license": "MIT",
"repository": {
Expand Down
Loading