Skip to content

Commit

Permalink
0.4.3
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 20c438c commit 1531008
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,11 +1,17 @@
# CHANGELOG

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

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

### Fix

* fix: handle any prediction exception ([`64e8f96`](https://github.com/mbari-org/fastapi-vss/commit/64e8f96ef4a24fdb9acb356efd6f1d6f7287df6e))

### Performance

* perf: default to cuda ([`b8e14a5`](https://github.com/mbari-org/fastapi-vss/commit/b8e14a53263723381446b71136c7768462b5036c))

## v0.4.1 (2024-09-16)

### Fix
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.2"
__version__ = "0.4.3"

0 comments on commit 1531008

Please sign in to comment.