Skip to content

Commit

Permalink
Prepare release 0.9.0 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 16, 2023
1 parent 0539e80 commit f7e9e5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## Unreleased
## Version 0.9.0 (January 16, 2023)

Release highlights:
- Support for PEP 702 (`@typing.deprecated`) (#578)
- Add experimental `@has_extra_keys` decorator for `TypedDict` types
- Support more Python 3.11 features (`except*` and `get_overloads`)

Full changelog:
- Support `typing_extensions.get_overloads` and `typing.get_overloads` (#589)
- Support `in` on objects with only `__iter__` (#588)
- Do not call `.mro()` method on non-types (#587)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


version = "0.8.0"
version = "0.9.0"
package_data = ["test.toml", "stubs/*/*.pyi"]


Expand Down

0 comments on commit f7e9e5d

Please sign in to comment.