v0.0.274
What's Changed
Follow-up release to v0.0.273
to fix a panic in cache accesses.
Bug Fixes
- Use package roots rather than package members for cache initialization by @charliermarsh in #5233
- Avoid
.unwrap()
on cache access by @charliermarsh in #5229 - Revert change to
RUF010
to remove unnecessarystr
calls by @charliermarsh in #5232 - Avoid erroneous RUF013 violations for quoted annotations by @charliermarsh in #5234
Full Changelog: v0.0.273...v0.0.274