Skip to content

Commit 474860b

Browse files
committed
0.4.4
1 parent c02a72b commit 474860b

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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)

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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 *
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.2"
3+
__version__ = "0.4.4"

0 commit comments

Comments
 (0)