Prepare 1.0rc4 release

This commit is contained in:
Esa Kataja
2025-05-16 12:23:19 +03:00
parent f6c6d96c02
commit 958423222e
5 changed files with 12 additions and 5 deletions
+8 -1
View File
@@ -1,5 +1,13 @@
# Eurovision 25 Backend Changelog # Eurovision 25 Backend Changelog
## 1.0rc4 (2025-05-16)
### Features
- Added user profile update functionality allowing users to edit their personal information
### Changes
- Changed song seed values to use official and verified data
## 1.0rc3 (2025-05-16) ## 1.0rc3 (2025-05-16)
### Features ### Features
@@ -44,5 +52,4 @@ The application is feature complete, but may still contain bugs that will be add
## Planned for 1.0.0 (Final Release) ## Planned for 1.0.0 (Final Release)
### Features ### Features
- Implementation of user profile update functionality to allow users to edit their personal information (name, email, password, avatar, etc.)
- Additional security improvements and bug fixes - Additional security improvements and bug fixes
+1 -1
View File
@@ -223,7 +223,7 @@ Automated tests are not implemented at this time. Manual testing via the API doc
* [ ] Switch to PostgreSQL from DuckDB * [ ] Switch to PostgreSQL from DuckDB
* [x] Implement more comprehensive logging * [x] Implement more comprehensive logging
* [ ] Implement user disabling functionality * [ ] Implement user disabling functionality
* [ ] Implement user profile update functionality (name, email, password, avatar, etc.) * [x] Implement user profile update functionality (name, email, password, avatar, etc.)
## Contributing ## Contributing
+1 -1
View File
@@ -8,7 +8,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: eurovision-25-backend:1.0rc3 image: eurovision-25-backend:1.0rc4
ports: ports:
- "8000:8000" - "8000:8000"
volumes: volumes:
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "Eurovision-25-backend" name = "Eurovision-25-backend"
version = "1.0rc3" version = "1.0rc4"
description = "Backend for Eurovision 25" description = "Backend for Eurovision 25"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
Generated
+1 -1
View File
@@ -131,7 +131,7 @@ wheels = [
[[package]] [[package]]
name = "eurovision-25-backend" name = "eurovision-25-backend"
version = "1.0rc2" version = "1.0rc4"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "aiofiles" }, { name = "aiofiles" },