Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Oct 5, 2020
1 parent 719cde1 commit a5b827b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.9

- Improve Optional handling in schema generation
- Improve deserialization performance for dataclass primitive fields
- Add ValidationError deserializer
- settings.default_schema
- Pydantic compatibility example

## 0.8

- Fix openAPI definitions path
- Add default ref for other standard types or types with schema

## 0.7.6

- Update package description.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="apischema",
version="0.8",
version="0.9",
url="https://github.com/wyfo/apischema",
author="Joseph Perez",
author_email="[email protected]",
Expand Down

0 comments on commit a5b827b

Please sign in to comment.