Skip to content

Commit 83b1bda

Browse files
committed
Version 0.2.2
1 parent 7ba092a commit 83b1bda

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ For more detail see #29.
3535

3636
- Improved property descriptions, for example the `identifier` property of the `ProductSource` class now has the description "Term or code used to identify the product source" whereas previously it was the generic "Term or code used to identify something or someone".
3737
- Non-HTTP IRIs are now allowed.
38+
39+
## Release 0.2.2 (2024-03-29)
40+
41+
- Bug fixes:
42+
- instance properties that should be IRI objects were just plain strings
43+
- passing an integer to a property of type "number" produced a validation error
44+
- when validating collections the "ignore" argument wasn't being passed down
45+
- type hints were producing an error with Python 3.8

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
autoescape=select_autoescape()
105105
)
106106
context = {
107-
"version": "0.2.1",
107+
"version": "0.2.2",
108108
}
109109
with open("target/pyproject.toml", "w") as fp:
110110
contents = env.get_template("pipeline/src/pyproject_template.toml.txt").render(context)

0 commit comments

Comments
 (0)