Skip to content

Commit 30a233d

Browse files
committed
Prepare v0.0.9 release
1 parent ac658f4 commit 30a233d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ This makes sense in many cases, but possibly not every case.
216216

217217
## Changelog
218218

219+
### [0.0.9] - 2022-02-10
220+
221+
* Fix issue passing options when loading children - thanks [tim-lansen](https://github.com/tim-lansen)!
222+
219223
### [0.0.7] and [0.0.8] - 2021-04-08
220224

221225
* Warn if comments are found/don't treat comments as child elements in error messages

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 = "xml_dataclasses"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "(De)serialize XML documents into specially-annotated dataclasses"
55
authors = ["Toby Fleming <tobywf@users.noreply.github.com>"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)