Skip to content

Commit efb52ae

Browse files
author
semantic-release
committed
chore(release): 1.4.0 [skip ci]
Automatically generated by python-semantic-release
1 parent 24c3a15 commit efb52ae

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

server/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- version list -->
44

5+
## v1.4.0 (2026-03-28)
6+
7+
### Chores
8+
9+
- **release**: 1.5.0 [skip ci]
10+
([`24c3a15`](https://github.com/magkue/request/commit/24c3a15d2e7e244b752b4e85b494a7c4156c5f87))
11+
12+
### Continuous Integration
13+
14+
- **e2e**: Fix e2e tests
15+
([`9bfed6d`](https://github.com/magkue/request/commit/9bfed6da75b8b25e6b8335d18e8268f772ad45ba))
16+
17+
- **e2e**: Fix e2e tests
18+
([`07b7455`](https://github.com/magkue/request/commit/07b7455c411d0ae72c5537a3ff2c97e0afdccbad))
19+
20+
### Features
21+
22+
- **ui**: Add environment badge to header for non-production deployments
23+
([`d197bf2`](https://github.com/magkue/request/commit/d197bf2f85cbb0379da9905ebaab867314dd54ac))
24+
25+
526
## v1.3.0 (2026-03-28)
627

728
### Bug Fixes

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "request-server"
7-
version = "1.3.0"
7+
version = "1.4.0"
88
description = "AET Request API Server"
99
authors = [
1010
{ name = "Magnus Kühne", email = "magnus.kuehne@tum.de" },

server/request_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.4.0"

server/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)