Skip to content

v0.11.0

Choose a tag to compare

@RAprogramm RAprogramm released this 21 Sep 01:45
· 462 commits to main since this release
4927c94

Changed

  • Updated AppError::database to accept Option<Cow<'static, str>>, allowing
    bare None calls without type annotations, and added the helper
    AppError::database_with_message for the common message-bearing path.

Documentation

  • Refreshed the AppError::database docs to illustrate the new constructor
    behavior and helper usage.

Tests

  • Expanded database constructor tests to cover both the helper and bare None
    scenario.