chore(release): 0.9.0

This commit is contained in:
github-actions[bot]
2026-03-15 18:17:12 +00:00
parent 8d64fa0a44
commit dc0107aee3
3 changed files with 17 additions and 2 deletions

View File

@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
## [0.9.0] - 2026-03-15
### Features
- [`8313b96`](https://github.com/pufereq/template-repo/commit/8313b966d7d5da060a25346c49739b8066d41024) **backend_server.py**: add `get_clients_data()` method
- [`dba9624`](https://github.com/pufereq/template-repo/commit/dba96240b37e57f54ce4bce7ea220f5eb927182b) **__main__.py**: start FastAPI server (uvicorn) in main
- [`9443c77`](https://github.com/pufereq/template-repo/commit/9443c77fd4568c86dd6c57bf8040c337daff359e) **backend_server.py**: add `host` and `port` properties
- [`9bc29fd`](https://github.com/pufereq/template-repo/commit/9bc29fda50a5f049c0d55f1d4ad7db12914ea7d2) **api/api.py**: add `create_app` function
- [`53729a1`](https://github.com/pufereq/template-repo/commit/53729a1e7638f89e911f76c0a1385e2129291f05) **api/v1.py**: add API
### Build
- [`9f28ad6`](https://github.com/pufereq/template-repo/commit/9f28ad6505e0490372e1e0de7eae39aa82c2ff59) **uv.lock**: add depedency on `fastapi[standard]`
- [`dbeeca1`](https://github.com/pufereq/template-repo/commit/dbeeca15388763325966fb75a565db21505b2701) **pyproject.toml**: add depedency on `fastapi[standard]`
## [0.8.0] - 2026-03-15
### Features

View File

@@ -4,7 +4,7 @@ build-backend = "uv_build"
[project]
name = "judas_server"
version = "0.8.0"
version = "0.9.0"
description = "The backbone of the remote PC fleet management system."
readme = "README.md"
authors = []

2
uv.lock generated
View File

@@ -541,7 +541,7 @@ source = { git = "https://gitea.pufereq.pl/judas/judas_protocol.git#dc9f1be8c19a
[[package]]
name = "judas-server"
version = "0.8.0"
version = "0.9.0"
source = { editable = "." }
dependencies = [
{ name = "fastapi", extra = ["standard"] },