From 2f053c8d683a3f00d761a8a3de454a9561de9036 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 20 Nov 2024 09:00:56 +0000 Subject: [PATCH] 1.2.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ backend/app/__init__.py | 2 +- backend/pyproject.toml | 2 +- backend/uv.lock | 2 +- frontend/package.json | 2 +- 5 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a98aad..b0c7269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # CHANGELOG +## v1.2.3 (2024-11-20) + +### Bug Fixes + +- **frontend**: More graceful handling for TMAlphaFold + ([#10](https://github.com/t03i/TMVisDB/pull/10), + [`50ff091`](https://github.com/t03i/TMVisDB/commit/50ff0913cef9a1cb3e0ee5a179cda01d9c5f9206)) + +### Build System + +- Fix sentry version name + ([`5221942`](https://github.com/t03i/TMVisDB/commit/5221942296039d7839a5e995a1bf2c621b09e852)) + +### Documentation + +- Add DB section + ([`7328764`](https://github.com/t03i/TMVisDB/commit/73287640f080bd548ace2985301c226ed69c1f42)) + +- Move db scheme to separate folder + ([`24b3f10`](https://github.com/t03i/TMVisDB/commit/24b3f10781fb768689ff294f790ff982f0e73a2c)) + +- Change legend entity to comments + ([`22785ed`](https://github.com/t03i/TMVisDB/commit/22785ed21dd83234532750de4ce7c9de0bf72653)) + +- Add legend + ([`26e707b`](https://github.com/t03i/TMVisDB/commit/26e707b0103bb7cb41db3ece745c66a3a9f4b200)) + +- Add db-scheme + ([`2ccfebd`](https://github.com/t03i/TMVisDB/commit/2ccfebd2b466db3137421e4177b2b194a711f711)) + + ## v1.2.2 (2024-11-14) ### Bug Fixes diff --git a/backend/app/__init__.py b/backend/app/__init__.py index bab1ece..d867720 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -1,3 +1,3 @@ # Copyright 2024 Tobias Olenyi. # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.2.2" +__version__ = "1.2.3" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 604bb4a..6dd3ab2 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "app" -version = "1.2.2" +version = "1.2.3" description = "API for the tmvis project database" readme = "README.md" requires-python = ">=3.12" diff --git a/backend/uv.lock b/backend/uv.lock index 3bd3527..7b04246 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -43,7 +43,7 @@ wheels = [ [[package]] name = "app" -version = "1.2.2" +version = "1.2.3" source = { editable = "." } dependencies = [ { name = "fastapi", extra = ["standard"] }, diff --git a/frontend/package.json b/frontend/package.json index 0ae3f89..9887e82 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.2.2", + "version": "1.2.3", "private": true, "packageManager": "pnpm@9.12.3", "scripts": {