From dd85825d20580b91a5ed4037044fb3490e5e89b7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 12 Aug 2024 23:24:50 +0000 Subject: [PATCH] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f8810..b3561cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # CHANGELOG +## v0.1.1 (2024-08-12) + +### Chore + +* chore: more docker clean-up ([`702866e`](https://github.com/mbari-org/fastapi-vss/commit/702866eef7d4e1fd4aa118c7d534792a1e577087)) + +* chore: improved cuda build ([`4757fe8`](https://github.com/mbari-org/fastapi-vss/commit/4757fe8db7c20caaadb845f6b1837737c586e002)) + +* chore: resized restweb example ([`17ee1ef`](https://github.com/mbari-org/fastapi-vss/commit/17ee1ef7f84217f6bb80299eb6a0fba188934c87)) + +### Ci + +* ci: added docker build, updated submodule and nvidia runtime ([`2546bd1`](https://github.com/mbari-org/fastapi-vss/commit/2546bd15998730dbe42b017bd012d539911504dd)) + +### Fix + +* fix: correct handling of .env ([`17c2de0`](https://github.com/mbari-org/fastapi-vss/commit/17c2de03d4bab636364a2def0399202b73de50b1)) + +### Unknown + +* Merge pull request #1 from mbari-org/docker + +ci: added docker build, updated submodule and nvidia runtime ([`df6ebe4`](https://github.com/mbari-org/fastapi-vss/commit/df6ebe4a62761bedb0b618b56e8847bd988a20c9)) + ## v0.1.0 (2024-07-30) ### Chore