Skip to content

Commit d7eddb2

Browse files
committed
bump version 0.3.0.
1 parent 5fee36d commit d7eddb2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
0.3.0 (2022-11-10)
5+
------------------
6+
7+
- recursive (self-referencing) models support added.
8+
- inherit_ns flag dropped due to recursive models implementation details.
9+
10+
411
0.2.2 (2022-10-07)
512
------------------
613

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

0 commit comments

Comments
 (0)