Skip to content

Commit

Permalink
Bump release to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 26, 2023
1 parent f33f3d6 commit 621d579
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asyncz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0"
15 changes: 15 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release Notes

## 0.5.0

### Changed

- Updated internal `__setstate__` of `Task` to accept also `__pydantic_extra__` and `model_config`.

### Added

- Support for Python 3.12.

### Fixed

- Pydantic 2.0 `__pydantic_extra__` pickling errors.
- Internal issues with MagicMock and Pydantic 2.0

## 0.4.0

### Changed
Expand Down

0 comments on commit 621d579

Please sign in to comment.