Skip to content

Commit c02a72b

Browse files
committed
0.4.2
1 parent 0b73b93 commit c02a72b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

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

3+
## [0.4.2] - 2025-06-05
4+
5+
* [Fix #63: `typesense` implementation assumes only one running instance of PyST](https://github.com/cauldron/py-semantic-taxonomy/issues/63)
6+
37
## [0.4.1] - 2025-05-07
48

59
* [Fix #60: `Association` serialization is excluding `extra` attributes](https://github.com/cauldron/py-semantic-taxonomy/issues/60)
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.1"
3+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)