Skip to content

Commit

Permalink
Version 0.38.6 (#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Sep 22, 2024
1 parent 6d70ad3 commit 8d0cff8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ hide: navigation
toc_depth: 2
---

## 0.38.6 (September 22, 2024)

#### Fixed

* Close unclosed `MemoryObjectReceiveStream` in `TestClient` [#2693](https://github.com/encode/starlette/pull/2693).

## 0.38.5 (September 7, 2024)

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.38.5"
__version__ = "0.38.6"

0 comments on commit 8d0cff8

Please sign in to comment.