Prepare 1.0rc4 release
This commit is contained in:
+8
-1
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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
@@ -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"
|
||||||
|
|||||||
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user