- Remove `AsRef<str>` restriction from `PreEscaped`
  [#377](https://github.com/lambda-fairy/maud/pull/377)
- Implement `Render` for `Arc<T>`
  [#380](https://github.com/lambda-fairy/maud/pull/380)
- Fix missing parentheses around splices
  [#382](https://github.com/lambda-fairy/maud/issues/382)
  [#383](https://github.com/lambda-fairy/maud/pull/383)
- Accept literals in attribute names
  [#396](https://github.com/lambda-fairy/maud/pull/396)
  [#398](https://github.com/lambda-fairy/maud/pull/398)
  [#415](https://github.com/lambda-fairy/maud/pull/415)
- Support `axum` v0.7 through `axum-core` v0.4 and `http` v1
  [#401](https://github.com/lambda-fairy/maud/pull/401)
- Add support for `warp` v0.3.6
  [#404](https://github.com/lambda-fairy/maud/pull/404)
- Support `rocket` v0.5
  [#406](https://github.com/lambda-fairy/maud/pull/406)