Prepare 1.0rc4 release
This commit is contained in:
+8
-1
@@ -1,5 +1,13 @@
|
||||
# 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)
|
||||
|
||||
### 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)
|
||||
|
||||
### 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
|
||||
|
||||
@@ -223,7 +223,7 @@ Automated tests are not implemented at this time. Manual testing via the API doc
|
||||
* [ ] Switch to PostgreSQL from DuckDB
|
||||
* [x] Implement more comprehensive logging
|
||||
* [ ] 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
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: eurovision-25-backend:1.0rc3
|
||||
image: eurovision-25-backend:1.0rc4
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "Eurovision-25-backend"
|
||||
version = "1.0rc3"
|
||||
version = "1.0rc4"
|
||||
description = "Backend for Eurovision 25"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user