Skip to content

Commit 43524b5

Browse files
committed
update CHANGELOG, set version to 0.4.1
1 parent 912c486 commit 43524b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,9 @@ For more detail see #29.
8080
- allow the user to specify which openMINDS version should be used by `Collection.load()` [#77](https://github.com/openMetadataInitiative/openMINDS_Python/pull/77)
8181
- add the option to group files into subdirectories by schema when saving [#80](https://github.com/openMetadataInitiative/openMINDS_Python/pull/80)
8282
- improvements to the `by_name()` method [#81](https://github.com/openMetadataInitiative/openMINDS_Python/pull/81)
83+
84+
## Release 0.4.1 (2026-02-16)
85+
86+
- fixed a TypeError in `by_name()` when a name was not found [#83](https://github.com/openMetadataInitiative/openMINDS_Python/pull/83)
87+
- fixed a bug where properties whose value evaluated to False (e.g., zero) were not serialized if using `include_empty_properties=False`
88+
- updates to the "latest" module

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
env = Environment(loader=FileSystemLoader(os.path.dirname(os.path.realpath(__file__))), autoescape=select_autoescape())
122122
context = {
123-
"version": "0.4.1.dev.0",
123+
"version": "0.4.1",
124124
}
125125

126126
with open("target/pyproject.toml", "w") as fp:

0 commit comments

Comments
 (0)