v0.2.14 - 2025-01-26
Bugfixes
- Fix crash on startup due to path matching syntax changing in axum 0.8
Internal Changes
- Rewrite
bobashare_web::str_to_duration
to not use regex- This removes regex as a dependency entirely, since that was the only place
it was used.
- This removes regex as a dependency entirely, since that was the only place
Full Changelog: v0.2.13...v0.2.14