Skip to content

Commit

Permalink
Version 0.23.0 (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored and aminalaee committed Feb 13, 2023
1 parent f2ccd05 commit 3dfaccb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,16 @@
## 0.23.0

December 5, 2022

### Added
* Add `headers` parameter to the `TestClient` [#1966](https://github.com/encode/starlette/pull/1966).

### Deprecated
* Deprecate `Starlette` and `Router` decorators [#1897](https://github.com/encode/starlette/pull/1897).

### Fixed
* Fix bug on `FloatConvertor` regex [#1973](https://github.com/encode/starlette/pull/1973).

## 0.22.0

November 17, 2022
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.22.0"
__version__ = "0.23.0"

0 comments on commit 3dfaccb

Please sign in to comment.