We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b73b93 commit c02a72bCopy full SHA for c02a72b
CHANGES.md
@@ -1,5 +1,9 @@
1
# `py-semantic-taxonomy` Changelog
2
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
7
## [0.4.1] - 2025-05-07
8
9
* [Fix #60: `Association` serialization is excluding `extra` attributes](https://github.com/cauldron/py-semantic-taxonomy/issues/60)
src/py_semantic_taxonomy/__init__.py
@@ -1,3 +1,3 @@
__all__ = ("__version__",)
-__version__ = "0.4.1"
+__version__ = "0.4.2"
0 commit comments