Skip to content

Commit 2addfad

Browse files
committed
0.4.1
1 parent 8011eb3 commit 2addfad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `py-semantic-taxonomy` Changelog
22

3+
## [0.4.1] - 2025-05-07
4+
5+
* [Fix #60: `Association` serialization is excluding `extra` attributes](https://github.com/cauldron/py-semantic-taxonomy/issues/60)
6+
* [Fix #61: `ConceptScheme` should have copyable IRI in sidebar](https://github.com/cauldron/py-semantic-taxonomy/issues/61)
7+
* [Fix #62: Missing dark mode elements: History notes](https://github.com/cauldron/py-semantic-taxonomy/issues/62)
8+
39
## [0.4.0] - 2025-05-06
410

511
* [#55: Indexed queries within JSONB elements](https://github.com/cauldron/py-semantic-taxonomy/pull/55)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ("__version__",)
22

3-
__version__ = "0.4"
3+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)