Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 20, 2024
1 parent 50ff091 commit 2f053c8
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2024 Tobias Olenyi.
# SPDX-License-Identifier: Apache-2.0
__version__ = "1.2.2"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"packageManager": "pnpm@9.12.3",
"scripts": {
Expand Down

0 comments on commit 2f053c8

Please sign in to comment.