Skip to content

Commit

Permalink
Version 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jun 4, 2023
1 parent 12b87a6 commit 91f2de8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.28.0

June 5, 2023

### Fixed
* Reuse Request's body buffer for call_next in BaseHTTPMiddleware [#1692](https://github.com/encode/starlette/pull/1692).
* Allow "name" argument on `templates url_for()` [#2127](https://github.com/encode/starlette/pull/2127).

## 0.27.0

May 16, 2023
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.27.0"
__version__ = "0.28.0"

0 comments on commit 91f2de8

Please sign in to comment.