Skip to content

Commit d3ef3ee

Browse files
committed
bump version 0.4.0.
1 parent c6227a2 commit d3ef3ee

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
0.4.0 (2022-12-19)
5+
------------------
6+
7+
- field default parameter support added.
8+
- field default_factory parameter support added.
9+
- root model validation added.
10+
- pydantic field alias support implemented.
11+
12+
413
0.3.0 (2022-11-10)
514
------------------
615

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 = "pydantic-xml"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "pydantic xml serialization/deserialization extension"
55
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)