Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 22, 2024
1 parent 65e3ecd commit 36cfa4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
32 changes: 4 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,19 @@
# 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))
## v0.1.2 (2024-08-22)

* chore: resized restweb example ([`17ee1ef`](https://github.com/mbari-org/fastapi-vss/commit/17ee1ef7f84217f6bb80299eb6a0fba188934c87))
### Fix

### Ci
* fix: trigger release to update __init__.py ([`65e3ecd`](https://github.com/mbari-org/fastapi-vss/commit/65e3ecdde528fb222bc349a9cae6c3c7c632f0a8))

* ci: added docker build, updated submodule and nvidia runtime ([`2546bd1`](https://github.com/mbari-org/fastapi-vss/commit/2546bd15998730dbe42b017bd012d539911504dd))
## v0.1.1 (2024-08-12)

### 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

* chore: removed unused code ([`00462e2`](https://github.com/mbari-org/fastapi-vss/commit/00462e22966d153576d32069b94c30f94d461483))

### Ci

* ci: added release ([`bb73782`](https://github.com/mbari-org/fastapi-vss/commit/bb7378272db067d48d94d3932600262a13090795))

### Documentation

* docs: minor fix to link ([`f86a56a`](https://github.com/mbari-org/fastapi-vss/commit/f86a56acbf2022420f98b0ea2e33aa7a5c352265))
Expand All @@ -45,7 +25,3 @@ ci: added docker build, updated submodule and nvidia runtime ([`df6ebe4`](https:
* feat: added aidata submodule ([`ac509e1`](https://github.com/mbari-org/fastapi-vss/commit/ac509e19618b15b3489f6e4ec229097adabacf06))

* feat: initial commit ([`ae974a4`](https://github.com/mbari-org/fastapi-vss/commit/ae974a4aeeb5e2084b46ff27e2d18513708fff23))

### Test

* test: added quick test for multipart ([`9fbaf89`](https://github.com/mbari-org/fastapi-vss/commit/9fbaf89f6229711c5a6ed890a95dc5b2457d4c0a))
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.1.0"
__version__ = "0.1.2"

0 comments on commit 36cfa4f

Please sign in to comment.