File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# ` py-semantic-taxonomy ` Changelog
22
3+ ## [ 0.4.4] - 2025-06-07
4+
5+ * Fix packaging to include SQL queries
6+
7+ ## [ 0.4.3] - 2025-06-07
8+
9+ * Fix packaging to include web media
10+
311## [ 0.4.2] - 2025-06-05
412
513* [ Fix #63 : ` typesense ` implementation assumes only one running instance of PyST] ( https://github.com/cauldron/py-semantic-taxonomy/issues/63 )
Original file line number Diff line number Diff line change 1+ include LICENSE
2+ include *.md
3+ recursive-include src/py_semantic_taxonomy/adapters/routers/static *
4+ recursive-include src/py_semantic_taxonomy/adapters/routers/templates *
5+ recursive-include src/py_semantic_taxonomy/adapters/persistence/sql *
Original file line number Diff line number Diff line change 11__all__ = ("__version__" ,)
22
3- __version__ = "0.4.2 "
3+ __version__ = "0.4.4 "
You can’t perform that action at this time.
0 commit comments