Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 11, 2024
1 parent 1184b50 commit 1c0b602
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# CHANGELOG


## v1.1.0 (2024-11-11)


## v1.0.10 (2024-11-11)

### Build System

- Remove erroneous network name
([`b54c42b`](https://github.com/t03i/TMVisDB/commit/b54c42b7db665422bce672347b5155340b23656a))

### Features

- Add log-level
([`c78c125`](https://github.com/t03i/TMVisDB/commit/c78c125e16012dd30f0be0b8e6eea0355cc3e428))


## v1.0.9 (2024-11-11)

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.0.10"
__version__ = "1.1.0"
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.0.10"
version = "1.1.0"
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.0.10",
"version": "1.1.0",
"private": true,
"packageManager": "pnpm@9.12.3",
"scripts": {
Expand Down

0 comments on commit 1c0b602

Please sign in to comment.