Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 30, 2024
1 parent bad00b9 commit b46a2b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.4.4 (2024-09-30)

### Performance

* perf: added garbage collection, increase batch size and multiple workers for higher throughput ([`bad00b9`](https://github.com/mbari-org/fastapi-vss/commit/bad00b9403738d64fa70e1b7e14aedb02d9382ad))

## v0.4.3 (2024-09-30)

## v0.4.2 (2024-09-30)
Expand Down
2 changes: 1 addition & 1 deletion src/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#src/app/__init__.py
__version__ = "0.4.3"
__version__ = "0.4.4"

0 comments on commit b46a2b6

Please sign in to comment.