Skip to content

Commit e100770

Browse files
committed
Release 0.5.1
1 parent 2640bf4 commit e100770

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ For more detail see #29.
9191
## Release 0.5.0 (2026-03-23)
9292

9393
- Added openMINDS v5 schemas. For full details of the changes, see the [Release Notes](https://github.com/openMetadataInitiative/openMINDS/blob/main/schemas/v5.0/release_notes_v5.0.txt).
94+
95+
96+
## Release 0.5.1 (2026-04-02)
97+
98+
- Changed `embed_linked_nodes` from boolean to LinkedNodeEmbedding enum [#92](https://github.com/openMetadataInitiative/openMINDS_Python/pull/92). This adds an option "if necessary", which embeds linked nodes inline when they lack an @id, and otherwise uses a reference — useful for mixed scenarios where some nodes don't yet have identifiers. This is backwards compatible: True is accepted in place of "always" and False in place of "never.

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.5.1.dev.0",
123+
"version": "0.5.1",
124124
}
125125

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

0 commit comments

Comments
 (0)