V0.2.2 #6
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/librius!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.2.2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[v0.2.2] - 2025-10-14
Added
MigrationResultenum replacing the previous boolean return value.run_migrations()now returns explicit results (Applied([...])orNone).PATCH_002now checks for the existence of columns (language,pages,genre,summary) before adding them.DB_MIGRATION_OK,DB_MIGRATION_FAIL, andMIGRATIONS_COMPLETEDevents inthe
logtable.Changed
run_migrations()logic for clarity and maintainability.start_db()) to react dynamically to migration results.Fixed