Skip to content

Commit 322c464

Browse files
1 parent 6198858 commit 322c464

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.0.1 (2022-03-09)
4+
5+
### :bug: Bugs
6+
- Fixed a bug with working with the config of a model that does not have extra.
7+
8+
### :arrow_up: Dependencies
9+
- Bump types-setuptools from 57.4.9 to 57.4.10
10+
311
## v2.0.0 (2022-03-08)
412

513
### :boom: Breaking Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "api-client-pydantic"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "API Client extension for validate and transform requests / responses using pydantic."
55
authors = ["MaxST <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)