v0.2.36
These tests require a live Postgres instance. CI runs cargo test --all-features which activates the postgres-tests feature, which then panicked on the missing DATABASE_URL. Convert the panic to an early-return skip — local devs with a configured DATABASE_URL still get full coverage; CI without Postgres no longer blocks publish.